Skip to content

Uoriou/Book-Inventory-Management-System

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Book Inventory Management System (BIM)

A platform for managing your book inventory (Backend API only)

Technical Requirements:

To run the BIM system, please ensure that your system meets the following requirements:

  • Operating System: Windows, macOS, or Linux
  • Docker

Library / Technologies Used:

  • Python Django

  • Docker

    My Skills

API Integration:

  • Google Book API

Installation Guidline

Run the docker image

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 createsuperuser

The 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

Features

  • Book Content Recommendation (Cosaine Similarity)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published