14 lines
313 B
Markdown
14 lines
313 B
Markdown
This is a template backend service based on fastapi + mongodb app
|
|
|
|
To start development in local, go to the root directory of the project YOUR_WORKSPACE_PATH/devops/
|
|
```bash
|
|
cd scripts/mongodb
|
|
docker compose -f scripts/mongodb/docker-compose.yml up -d
|
|
```
|
|
|
|
|
|
Then run the app
|
|
```bash
|
|
uvicorn main:app --reload
|
|
```
|