ssruiz / fastapi-course

Fast Api Course

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Fast Api Course


Languages

Language:Python 98.2%Language:Mako 1.8%