Skip to content

Backend

stevenbrookslv edited this page Apr 12, 2017 · 11 revisions

Installing requirements

All requirements are contained in the requirements.txt file in the CLT-webapp/backend directory.
To install, run

sudo pip3 install -r requirements.txt  

Running the backend locally

In order to run backend locally, all you need to do is run

./clt_backend.py   

from the directory which you have the file saved in.

Alternatively, for windows you may need to run

python3|python clt_backend.py  

from the directory to run the backend.

Clone this wiki locally