This project is a simple server/API built with FastAPI and SqlAlchemy. It's a basic book management system with CRUD operations.
First, install all dependencies with pip install -r requirements.txt
. Then, run uvicorn book_management.main:app --reload
.
Run pytest
in your terminal to run all tests.
When the project is live, you can access the API docs at http://127.0.0.1:8000/docs
.