mirror of
https://github.com/wowlikon/LibraryAPI.git
synced 2025-12-11 21:30:46 +00:00
465 B
465 B
Book API
Installation
- Clone the repository:
git clone https://github.com/yourusername/bookapi.git - Navigate to the project directory:
cd bookapi - Copy and configure environment variables:
cp .env.example .env - Build docker-compose:
docker-compose build - Run the application:
docker-compose up
Usage
TODO
- Usage instructions
- Split models for api and db
- Add documentation for API endpoints
- Add alembic migrations
- Add tests