An open API service indexing awesome lists of open source software.

https://github.com/ricardorobledo/makingawebservicewithfastapi

This is an API made up with FastAPI
https://github.com/ricardorobledo/makingawebservicewithfastapi

api api-rest fastapi mysql mysqlclient oauth2 peewee pyjwt requests

Last synced: about 1 month ago
JSON representation

This is an API made up with FastAPI

Awesome Lists containing this project

README

          

# MakingaWebServiceWithFastAPI
This is an API made up with FastAPI

|||
| --- | --- |


## Made up with 🛠️

- [FastAPI](https://fastapi.tiangolo.com/) - Framework to make apis up
- [PyJWT](https://pyjwt.readthedocs.io/en/stable/) - Library to make tokens up
- [peewee](https://docs.peewee-orm.com/en/latest/) - An ORM for Python
- [mysqlclient](https://mysqlclient.readthedocs.io/) - Python's connector for mysql
- [requests](https://requests.readthedocs.io/en/latest/) - Python's library to do requests


## Author ✒️

- Ricardo Robledo - [RicardoRobledo](https://github.com/RicardoRobledo)