https://github.com/ocneve/fastapiclass
https://github.com/ocneve/fastapiclass
Last synced: 8 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/ocneve/fastapiclass
- Owner: OCNeve
- Created: 2024-09-16T08:08:23.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-09-16T11:12:18.000Z (over 1 year ago)
- Last Synced: 2025-01-14T21:46:39.528Z (over 1 year ago)
- Language: Python
- Size: 10.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Setup
Install poetry
```sh
pip install poetry
```
Install requirements
```sh
poetry install
```
# Launch server
```sh
poetry run start
```