.. | ||
ebermergen | ||
tests | ||
.env | ||
.gitignore | ||
Makefile | ||
README.md | ||
requirements.txt |
Backend for EbermergenTD
Install
Requirements: python3, python3-venv and pip
Available scripts
make venv
: creates a python virtual environmentmake install
: installs python dependenciesmake run
: runs the development servermake test
: runs unittests