Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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 :)