/garments-server

Server app to manage garments inventory

Primary LanguagePythonGNU General Public License v2.0GPL-2.0

Garments Server tag Build codecov

Garment management app

Backend for a garment inventory app, also an exercise to use FastAPI.

To start the application locally:

docker-compose up

To run the tests:

./run_tests

To generate migrations:

./run_alembic "YOUR MIGRATION MESSAGE"