Library-Management-System

🌐 Live Sever

📬 Postman Workspace

image

Run Locally

  • Clone the project
   https://github.com/sidd6p/Library-Management-System.git
  • Go to the Post-AP directory
   cd Library-Management-System
  • Install requirements
   pip install -r requirements.txt
  • Run the API
  uvicorn app.main:app --host 0.0.0.0 --port 8000                                 

Run using Dockrer

  • Clone the project
   https://github.com/sidd6p/Library-Management-System.git
  • Go to the Post-AP directory
   cd Library-Management-System
  • Build & Run docker
   docker build -t library-management-system .
   docker run -p 8000:8000 library-management-system:latest

Tech Used:

Backend: FastAPI Python

DB: Mongo DB (M0)

Deployment: AWS EC2

Other tool: PostMan, GitHub

Author

Siddhartha Purwar