Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 395 Bytes

File metadata and controls

12 lines (9 loc) · 395 Bytes

Make sure to have venv environment activated before running the project

For mac use

$ source venv/bin/activate

For windows use

.\venv\Scripts\activate.bat

Install the requirements using

pip install -r requirements.txt

To run the server on the desired URL and port run.

$ python3 manage.py runserver 127.0.0.1:8088