CS M117 Android Application
The project contains two parts: -the android application -Django RESTful api as the backend
Steps to develop on it:
- download vagrant, android studio, and virtual box if you dont have it
- cd into backend-code folder and run the command "vagrant up" (this will create a virtual machine for your backend server)
- ssh into your virtual machine on 127.0.0.1:2222, with user: vagrant (no password)
- now you can work make changes to the django backend or the android application