Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 4 days 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 (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-27T07:46:34.000Z (about 2 months ago)
- Last Synced: 2024-11-27T08:30:14.934Z (about 2 months ago)
- Topics: alembic, docker, fastapi, mysql, nginx, sqlalchemy
- Language: Python
- Homepage:
- Size: 451 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# fastapi-starter
Fastapi starter project, with mysql, alembic, nginx, and dockerYou 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 :)