Backend of NTHU ION
- Python 3.5
- Redis
- PostgreSQL
python3 -m venv venv # setup virtual environment
source venv/bin/activate # exports PATHs
pip install -e ".[testing]" # installs dependenciesinitialize_nthuion_db development.iniredis-server redis.confuwsgi --ini-paste development.iniThe server will be running on port 6543
py.testrm nthuion.sqlite