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

https://github.com/lullaby6/python-fastapi-api-template


https://github.com/lullaby6/python-fastapi-api-template

api-rest fastapi fastapi-template python

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

          

## Install packages/modules

To install the packages/modules, run the command:
```
python -m pip3 install -r requirements.txt
```

## Start guide

To start the app, run the command:
```
python src/main.py
```