/fiap_startup_one

FIAP Startup one backend project: StartFuture

Primary LanguagePythonMIT LicenseMIT

Start Future - Fiap Studies - Startup One

About

Logic and Infra of Start Future

How to Use

installing

Clone This Repository:

git clone https://github.com/kilerhg/fiap_startup_one.git

Go to repository: cd fiap_startup_one

Installing Requirements: pip install -r requirements.txt

Run

Open Your favorite terminal and run: cd app && python3 -m uvicorn app:app

Built With

Task-List

  • Create Basic Setup with Fast-API
  • Draw db
    • TB Formulario
    • TB Alunos
    • TB Bootcamps
    • TB Certificados
  • Create db ddl
  • Sample inserts db
  • Development of generic CRUD
  • Connect with DB
  • Development EndPoints CRUD
    • students
    • departments
    • bootcamps
    • certificates
    • forms
    • classroom
  • Test endpoints with Fast-API
  • Deploy on AWS: EC2 and RDS