fastapi-mysql
FastApi template with MySQL database and poetry
mysql-fastapi
rschwemmer/mysql-fastapi
Just deployed
MySQL
mysql:9
Just deployed
/var/lib/mysql
Getting Started:
- Setup Poetry - Create the poetry environment ```poetry env use 3.11```
- Start the poetry shell - ```poetry shell```
- Install dependencies: - ```poetry install```
- Create a .env file and input environment variables.
- Initialize database tables: - ```alembic upgrade head```
- Start the application in development mode: - ```poetry run dev```
- Test the application by making requests to endpoints.
Template Content
mysql-fastapi
rschwemmer/mysql-fastapiMySQL
mysql:9