You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
278 B
Markdown
13 lines
278 B
Markdown
5 years ago
|
# Backend for EbermergenTD
|
||
|
|
||
|
## Install
|
||
|
|
||
|
Requirements: python3, python3-venv and pip
|
||
|
|
||
|
## Available scripts
|
||
|
|
||
|
- `make venv`: creates a python virtual environment
|
||
|
- `make install`: installs python dependencies
|
||
|
- `make run`: runs the development server
|
||
|
- `make test`: runs unittests
|