18CS10002 - Akshat Shukla 18CS10021 - Hardik Aggarwal 18CS10034 - Naman Jain
- Open resauto/settings.py
- change the configurations of username, password and database where you want to save data in mysql
- run command
python3 manage.py makemigrations
- run command
python3 manage.py migrate
- run command
python3 manage.py runserver
- This should get the app running!