https://github.com/diegoperea20/fastapi-rest-mysql
FastAPI crud with sqlalchemy mysql rest where you create name, email and password, this password is encrypted to improve security, includes dockerfile and deployment for kubernetes.
https://github.com/diegoperea20/fastapi-rest-mysql
fastapi mysql rest-api
Last synced: about 2 months ago
JSON representation
FastAPI crud with sqlalchemy mysql rest where you create name, email and password, this password is encrypted to improve security, includes dockerfile and deployment for kubernetes.
- Host: GitHub
- URL: https://github.com/diegoperea20/fastapi-rest-mysql
- Owner: diegoperea20
- Created: 2023-05-30T02:39:57.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-05-30T20:48:13.000Z (about 3 years ago)
- Last Synced: 2025-03-02T23:16:14.606Z (over 1 year ago)
- Topics: fastapi, mysql, rest-api
- Language: Python
- Homepage:
- Size: 10.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# FastAPI REST with SQLAlchemy Mysql REST API
FastAPI REST with sqlalchemy mysql rest where you create name, email and password, this password is encrypted to improve security, includes dockerfile and deployment for kubernetes.To see documentation http://127.0.0.1:8000/docs or http://localhost/docs