Skip to content

joagonzalez/api-seed

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rest-api-seed

PythonPython Python Python Python Python

This service implements a scalable rest-api seed using fastApi. Parametriztion for the app is loaded from src/config/settings.py. Different endpoints were develped in order to have templates for a variety of features, for example:

  • Users CRUD: SQLAlchemy and Pydantic models
  • Async tasks: Celery with RabbitMQ as message broker
  • Microsoft Teams: Pymsteams and requests
  • CI CD
  • docker-compose file
  • traefik proxy para monitoreo

Content

Getting started

Dir structure of repo

├── dashboard
├── mock-server
└── src
    ├── config
    ├── logs
    ├── services
    └── utilities

7 directories

About

API seed written in Python using FastAPI framework

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages