https://github.com/lullaby6/python-fastapi-api-template
https://github.com/lullaby6/python-fastapi-api-template
api-rest fastapi fastapi-template python
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/lullaby6/python-fastapi-api-template
- Owner: lullaby6
- Created: 2022-12-06T05:30:35.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-12-11T11:26:02.000Z (over 3 years ago)
- Last Synced: 2025-07-24T11:42:01.795Z (11 months ago)
- Topics: api-rest, fastapi, fastapi-template, python
- Language: Python
- Homepage:
- Size: 9.77 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```