To run the application:
- first clone the Github Repository using
git clone https://github.com/XinyuLiu5566/CS511-project.git - Install the project dependencies:
pip install -r requirements.txt - Set up the local Neo4j and MySQL server.
- Then run the server using
python manage.py runserver(sometimespython manage.py migrateandpython manage.py makemigrationsneeded to propagate changes you make to your models)