REVA Events is an event management application for REVA University.
- Flask
- Flask-migrate
- Flask-db
- Flask-wtfForms
- Flask-bootstrap
- Flask-login
- python-dotenv
- flask_sqlalchemy
- Create a virtual environment named either venv or reva_events_venv.
- Activate the virtualenv
- Install the following packages: -
pip install flask
pip install python-dotenv
pip install flask_sqlalchemy
pip install flask_migrate
pip install flask_login
pip install flask_bootstrap
pip install flask_wtf
- Start the app: -
flask run
-
The app will be hosted locally on http://127.0.0.1:5000
-
Set the device size as smartphone (300x660) in developer options to view the website.
You can access a working demo of the website at: http://sharananurag998.pythonanywhere.com/. Make sure to view it on a mobile or tablet only because it is not properly scaled/Accessable for PC.
- Aniketh Hotagi: @Aniketh896
- Anurag Sharan: @sharananurag998
- Adarsh Nair: @adarshxinferno
- Ankit Jaiswal: @ankitkumarjaiswal
- Aman Srivastava: @amansrivastava1110