Installation

  • Clone the repo
git clone git@github.com:SeriousCorgi/ApTimer.git
cd ApTimer
  • Install virtualenv
pip install virtualenv
virtualenv env -p python3
  • Install requirement in virtual env
source env/bin/activate
pip install -r requirements.txt
  • Migrate
python manage.py migrate
  • Run the server
python manage.py runserver

The server is started at localhost:8000