Skip to content

vickichowder/tracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

59 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tracker

To do:

  • Landing
  • Signed in
  • Form for new sign in
  • List of trackers
  • Positions of tracker (with 'ping' button)
  • Credits remaining

Requirements

Runs on Python 3
Install the following with pip3:

pymysql
twilio
flask
runenv

Usage

Fill in .env_sample, rename it to .env

Database

Recreate the mysql db with build.sql locally. Port is default 3306 so no need to specify it in command
Run:

mysql -u [yourusername] -p[yourpassword] <data/build.sql

Insert commands can be modified.

Run

python3 app.py

Point to localhost:8000

About

GPS tracking webapp

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published