Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 583 Bytes

README.md

File metadata and controls

14 lines (12 loc) · 583 Bytes

READSystem-server

Project of Vehicular Networks IST course, READSystem-server

Quick Step guide to run server on your local machine

1. Create a Python 3.6 virtualenv
2. Use pip to install the requirements on requirements.txt
3. Create a Postgresql with the setting on settings.py
4. Run your previously created database
4. Create the tables on database by running "./manage.py migrate"
5. Populate your database
6. Run the server with "./manage.py runserver"

For development of server we suggest you use Pycharm IDE.