Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 839 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 839 Bytes

ProtoMain

Attendance Portal WebApp with GPS, and voice verifications included

Completed by the DevHack1.0 team, including Rukmani, Abhishek jaiswal, Abhay, Rabin, Rahul, and Aditya Gupta.

For the DevHack1.0 team - Install all python packages given in requirements.txt To deploy it to your localhost, run 'python Table_app.py' Now, just open 'localhost:5000' in your browser

Note -

  1. It's better to use a virtual environment, create it using virtualenv
  2. The port number maybe different, if you have specified the port number, at the app.run() line in the code, though default is port:5000
  3. For this flask runs in debug mode