Skip to content

HeZhou0715/S-Tracker

Repository files navigation

Project Overview: Squirrel tracker is a web application developed with Django Framework with which people can keep track of all the spotted squirrels in Central Park, NYC. With this app, people are allowed to add, update, and view squirrel sightings. The squirrel data used in this project: https://data.cityofnewyork.us/api/views/vfnx-vebw/rows.csv

Install/Running: -Click the link (read-only) below to run the web application:
https://solid-arcadia-302914.df.r.appspot.com/

OR -use command line by clone and install our requirements.txt

Management Commands:

Import: A command that can be used to import the data from the 2018 census file (in CSV format). The file path should be specified at the command line after the name of the management command.

python manage.py import_squirrel_data /path/to/file.csv

Export: A command that can be used to export the data in CSV format. The file path should be specified at the command line after the name of the management command.

python manage.py export_squirrel_data /path/to/file.csv

Main Features:

  1. Import and Export data using csv format. (commands shown above)
  2. View squirrel sites in Central Park. (path:/sightings & /map )
  3. Add/Edit squirrel sites. (path:/sightings/add & /sightings/)

Group Name & Section: Group 7, Section 1

Group Members: UNIs: [hz2706,zl2979]

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published