Skip to content
Snippets Groups Projects
Commit a99f0dae authored by Pendyala Phani Chaitanya's avatar Pendyala Phani Chaitanya
Browse files

Instructions

parent 8a8cbfbc
No related branches found
No related tags found
No related merge requests found
There are two directories:
1. Project - which is the android project directory
2. AUPMS - which is the django server that we have created
-> When ever the app requires something it sends a request to the server and based on the request, the server sends a response.
-> We have used sqlite3 database which comes in-built with django.
Steps:
1. Run the server using the following command
python3 manage.py runserver <ip-address>
2. Set the <ip-address> in the app and then run it.
3. Now the app sends the request to the development server running on this <ip-address>.
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment