Public Transport Locator
- Main: Production Ready Code
- Development: Code that is in the development environment.
- Install python from (https://www.python.org/)
- Navigation to project folder
- Create virtual environment by running the command (python -m venv env)
- Activate virtual environment using the command (env/Scripts/activate)
- Install Flash by running the command (pip install flask)
- To build the database run the following command (flask --app app init-db)
- Run application by using the following command (flask --app src/app run --debug)
- The App link will be the command terminal example (http://127.0.0.1)