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
- Host: GitHub
- URL: https://github.com/ricardorobledo/makingawebservicewithfastapi
- Owner: RicardoRobledo
- Created: 2022-11-18T00:02:22.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-11-18T02:05:38.000Z (over 3 years ago)
- Last Synced: 2025-06-21T12:37:29.111Z (12 months ago)
- Topics: api, api-rest, fastapi, mysql, mysqlclient, oauth2, peewee, pyjwt, requests
- Language: Python
- Homepage:
- Size: 93.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)