/fastapi-course

Fast Api Course

Primary LanguagePython

Complaint system

Complaints system using FastAPI

Installation

Use the package manager pip to install dependencies.

pip install -r requirements.txt

Create a .env file with the variables shown in .env.template

Usage

DB

docker-compose up -d

Create a db with the DB_NAME enviroment variable value

(Some default values are included in .env.template )

App

uvicorn main:app --reload

Swagger

http://127.0.0.1:8000/docs

Built with

  • FastAPI

  • Docker

  • POSTGRESQL

  • AWSS3

  • AWSSeS

  • WISE

License

MIT