- This project is built using HTML, CSS, JavaScript and Python v2.7 languages.
- It is tested on Chrome v61.0 and Firefox v57.0.
- It uses Python Flask framework for server side application.
- It uses Python Sqlalchemy SQL toolkit for database operations in Python.
- It uses Bootstrap 3 for styling.
- It uses jQuery, Popper, Bootstrap JavaScript libraries.
- Start a Vagrant Virtualbox Machine inside the project directory.
- Install
python-pip
(Python Package Index) to install python frameworks. - Install
flask
,sqlalchemy
andoauth2client
usingpip
. - Inside vagrant machine, goto
/vagrant
directory. - Run
python database_setup.py
,python add_data.py
,python root.py
andpython website.py
respectively. - Finally, in your browser, goto
localhost:8000
, to access the website.
- Bootstrap v3
- jQuery
- PopperJS
- Flask
- Sqlalchemy
- database_setup.py : Code to create and setup the database.
- root.py : Code to add the master account root to the database.
username = root
password = root
- website.py : Code to link the webpages to the database.
- static directory : Contains all CSS, JavaScript, Images and Uploads.
- templates directory : Contains all the HTML webpages.
Surya Kant Bansal
E-Mail - [email protected]
Sparsh Rana
E-Mail - [email protected]
Shubham Sharma
E-Mail - [email protected]
Shubham Jindal
E-Mail - [email protected]