Skip to content

Project of Vehicular Networks IST course, READSystem-server

License

Notifications You must be signed in to change notification settings

filiperfernandes/READSystem-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Project of Vehicular Networks IST course, READSystem-server

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages