https://github.com/exhuma/melldechof-api
Backend for https://github.com/exhuma/melldechof
https://github.com/exhuma/melldechof-api
Last synced: 7 months ago
JSON representation
Backend for https://github.com/exhuma/melldechof
- Host: GitHub
- URL: https://github.com/exhuma/melldechof-api
- Owner: exhuma
- Created: 2020-11-08T09:46:55.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2020-11-29T14:20:00.000Z (over 5 years ago)
- Last Synced: 2025-03-25T13:47:28.468Z (about 1 year ago)
- Language: Python
- Size: 40 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Project Setup
You need [poetry](https://python-poetry.org/) for this project. If you don't
have it yet, I suggest installing it via [pipx](https://pipxproject.github.io/pipx/).
```
poetry install
```
# Running the backend
```
poetry run uvicorn app:app
```
## Configuration
If you want to override any of the application settings, copy the file
`.env.dist` to `.env` and modify as necessary. All the settings within that
file can also be passed as environment variables.