Skip to content

Magiccoder6/PTL

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

PTL

Public Transport Locator

Branch Structure

  • Main: Production Ready Code
  • Development: Code that is in the development environment.

Installation

  1. Install python from (https://www.python.org/)
  2. Navigation to project folder
  3. Create virtual environment by running the command (python -m venv env)
  4. Activate virtual environment using the command (env/Scripts/activate)
  5. Install Flash by running the command (pip install flask)
  6. To build the database run the following command (flask --app app init-db)
  7. Run application by using the following command (flask --app src/app run --debug)
  8. The App link will be the command terminal example (http://127.0.0.1)

Capture

About

Public Transport Locator

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors