Skip to content

RajuKalidindi/BikeStop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BikeStop

Flask GUI Installation

Go into the GUI directory and run the following commands in anaconda prompt for setting up flask

pip install -r requirements.txt – Installs all the required packages

set FLASK_APP=bikestop.py For Linux system when running on terminal use "export" instead of "set" in the command above

Run the apache server and mysql server on xampp control panel as the database is hosted there. Then execute the below command

flask run

If the program successfully executes open this link in the browser for login page http://127.0.0.1:5000/login

About

Flask GUI

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published