Skip to content

KonarkRajMisra/gits

Repository files navigation

Graffiti Incident Tracking System

This is the Graffiti Incident Tracking System, a web application for law enforcement and civlians to report graffiti incidents in their neighborhood!

To test locally

  1. Install Python 3.3+
  2. Run python -m venv venv
  3. Run the virtual environment
    • For Windows run venv\Scripts\activate
    • For MacOS run source venv/bin/activate
  4. Install dependencies by running pip install -r requirements.txt
  5. Rename template.env to .env
  6. Change SECRET_KEY and GOOGLEMAPS_KEY values in .env
  7. Run python app.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published