Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 324 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 324 Bytes

Server

Setup

For first usage, go to ./Server directory and run:

virtualenv env
source env/Scripts/activate
pip install -r requirements.txt

In ./Server/Server/static/Server run:

npm install

To start server, in this directory run:

source env/Scripts/activate
python Server/manage.py runserver