Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 275 Bytes

File metadata and controls

22 lines (17 loc) · 275 Bytes

To run server

Server used python3.

  1. Install requirements: Go to server folder
cd ./server

Install requirements:

pip install -r requirements.txt
  1. Run server
python run.py
  1. Test app

Open url http://localhost:5020 in the browser