Skip to content
/ ptrs Public

Pothole Tracking and Repair System (PTRS) project for COSC319 at IUP.

Notifications You must be signed in to change notification settings

ng-23/ptrs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 

Repository files navigation

ptrs

Pothole Tracking and Repair System (PTRS) project for COSC319 at IUP.

Setup and Run

  1. Start by installing the pixi package manager on your machine.
  2. Clone and change into the repository to your machine.
  3. Run pixi install to install necessary dependencies.
  4. Activate the pixi virtual environment. You can do this by either setting your Python interpreter path to .pixi/envs/default/bin/python or activating the pixi shell via pixi shell.
  5. Change to the src/ptrs/app directory, then launch app.py. If you don't have a proper WSGI server, you can use the default Flask one by simply running python app.py. For a production WSGI server (e.g. gunicorn), you'll need to point it to the app.py module. PTRS leverages Flask, so see the related documentation for launching the app with other WSGI servers.

About

Pothole Tracking and Repair System (PTRS) project for COSC319 at IUP.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published