Complaints system using FastAPI
Use the package manager pip to install dependencies.
pip install -r requirements.txtCreate a .env file with the variables shown in .env.template
docker-compose up -dCreate a db with the DB_NAME enviroment variable value
(Some default values are included in .env.template )
uvicorn main:app --reloadhttp://127.0.0.1:8000/docs