- 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
- 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
Backend: FastAPI Python
DB: Mongo DB (M0)
Deployment: AWS EC2
Other tool: PostMan, GitHub