https://github.com/naskio/pause-fit-backend
Junction 2022, Backend for Pause-Fit.
https://github.com/naskio/pause-fit-backend
Last synced: 3 months ago
JSON representation
Junction 2022, Backend for Pause-Fit.
- Host: GitHub
- URL: https://github.com/naskio/pause-fit-backend
- Owner: naskio
- License: mit
- Created: 2022-11-05T17:11:47.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-11-06T09:12:14.000Z (almost 4 years ago)
- Last Synced: 2025-02-25T06:16:26.340Z (over 1 year ago)
- Language: Python
- Homepage: https://pause-fit-backend.herokuapp.com/room1/github
- Size: 1.5 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Pause-Fit-backend
Junction 2022, Backend for Pause-Fit.
# Installation
```shell
pip install -r requirements.txt
```
# Running
```shell
uvicorn src.main:app --reload
```