https://github.com/jsonfm/fastapi-crud-mysql
⚡️🐬 A simple CRUD app with fastapi and MySQL.
https://github.com/jsonfm/fastapi-crud-mysql
fastapi mysql python sqlalchemy
Last synced: about 2 months ago
JSON representation
⚡️🐬 A simple CRUD app with fastapi and MySQL.
- Host: GitHub
- URL: https://github.com/jsonfm/fastapi-crud-mysql
- Owner: jsonfm
- Created: 2022-11-04T00:58:09.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-12-24T15:58:28.000Z (over 3 years ago)
- Last Synced: 2025-01-30T12:30:46.199Z (over 1 year ago)
- Topics: fastapi, mysql, python, sqlalchemy
- Language: Python
- Homepage:
- Size: 132 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

### ⚡️🐬 FastAPI CRUD MySQL
A simple backend app made with python, using fastapi, mysql and SQLAlchemy.
### 🚀 Development
```
uvicorn main:app --reload
```
### 📄 Docs
For accesing to the API docs, look at the following route:
```
http://0.0.0.0:8000/docs
or
http://0.0.0.0:8000/redoc
```
### 💾 Database
Create an `.env` file following `.env.example` file and then run:
```
docker-compose up -d
```
### ⚒️ Technologies
- FastAPI
- MySQL
- Docker
- SQLalchemy