Skip to content

advenia/LIP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

89 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Location-based Information Provider

There are two components: the Android app and the server.

Android app

The Android app should be compiled using Android Studio or an equivalent setup.

Server installation

Run these commands in order.

pip install Django numpy
python manage.py migrate
python manage.py sqlmigrate polls
python manage.py migrate
python manage.py createsuperuser # You can write down your user, email, and password in server/lipserver/credentials, which is in the .gitignore

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors