A platform for managing your book inventory (Backend API only)
To run the BIM system, please ensure that your system meets the following requirements:
- Operating System: Windows, macOS, or Linux
- Docker
- Google Book API
- Please install Docker desktop: https://www.docker.com/products/docker-desktop/
- Make sure to clone this project
Once Docker is installed, it is possible to use the .yml file of this project to build the docker image to run the project using this command:
docker compose up -d --build Make sure to run the project container.
Once the container is up and running, create a superuser:
docker-compose exec web python manage.py createsuperuserThe command will ask for your username and password, which will allow you to access the Django admin panel.
To stop the container and the application run:
docker-compose down- Book Content Recommendation (Cosaine Similarity)