/ppmg-tech-test

Primary LanguageHTMLMIT LicenseMIT

PPMG Tech Test

Test provided by PPMG

requirements

  • python v >= 3.5

How to run

  • create a virtual environment using the following command
$ python -m venv env

Activate the virtual environment using

$ env/Scripts/activate # windows
$ source env/bin/activate # other os platforms

Note: creating the virtual environment step above is optional.

Install requirements

$ pip install -r requirements.txt

Running the application

$ python manage.py migrate
$ python manage.py runserver