Skip to content

taSilver/MonRide

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

144 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MonRide

Setup

pythom -m venv venv

On Windows:

source venv/Scripts/activate

OR on Unix-like:

source venv/bin/activate

Then for both:

pip install -r requirements.txt
python create_db.py

Now we can run it!

python -m flask run

The just visit http://localhost:5000/

About

Bit by Bit 2019 Hackathon submission. Ridesharing app prototype made using Flask.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • JavaScript 94.6%
  • CSS 3.0%
  • HTML 2.2%
  • Python 0.2%