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 dependencies
initialize_nthuion_db development.ini
redis-server redis.conf
uwsgi --ini-paste development.ini
The server will be running on port 6543
py.test
rm nthuion.sqlite