https://github.com/nabidam/fastapi-starter
Fastapi starter project, with mysql, alembic, nginx, and docker
https://github.com/nabidam/fastapi-starter
alembic docker fastapi mysql nginx sqlalchemy
Last synced: 2 months ago
JSON representation
Fastapi starter project, with mysql, alembic, nginx, and docker
- Host: GitHub
- URL: https://github.com/nabidam/fastapi-starter
- Owner: nabidam
- Created: 2023-11-25T07:41:13.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-11-27T07:46:34.000Z (over 1 year ago)
- Last Synced: 2025-02-26T12:46:18.294Z (over 1 year ago)
- Topics: alembic, docker, fastapi, mysql, nginx, sqlalchemy
- Language: Python
- Homepage:
- Size: 578 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# fastapi-starter
Fastapi starter project, with mysql, alembic, nginx, and docker
You can clone the project and run command:
```bash
sudo docker compose up -d
```
So docker pulls the images, and serves mysql, project and nginx.
You can access the project through your explorer and address [http://localhost](http://localhost).
Also you can change exposed ports, volumes of the containers, and the rest configs as you need.
Then start developing your idea...
Any comment or contribution would be appreciated :)