"Elevate Your Events: Seamless Hosting and Effortless Registration on Our Platform!"
- Ken T. Shine [https://github.com/kentshine]
- Edwin Moncy [https://github.com/emvk09]
- Augustin Benny [https://github.com/augustincbenny]
BFH/recLVgwS831BIndPJ/2021
Listing all the dependencies specific to this project :
alembic==1.11.1
blinker==1.6.2
click==8.1.3
colorama==0.4.6
dnspython==2.3.0
email-validator==2.0.0.post2
Flask==2.3.2
Flask-Admin==1.6.1
Flask-Assets==2.0
Flask-Login==0.6.2
Flask-Migrate==4.0.4
Flask-SQLAlchemy==3.0.3
Flask-WTF==1.1.1
greenlet==2.0.2
Pillow==9.5.0
idna==3.4
itsdangerous==2.1.2
Jinja2==3.1.2
Mako==1.2.4
MarkupSafe==2.1.2
SQLAlchemy==2.0.13
typing_extensions==4.5.0
webassets==2.0
Werkzeug==2.3.4
WTForms==3.0.1
Install the requirements'
pip install -r requirements.txt
Run app.py,
python app.py
- Run these commands
- Conda create
sh-n flaskenv python=3.6
- Conda activate flaskenv
- Go to your project folder , where requirements file is located
- Now run this comman
- pip install
sh-r requirements.txt
- Then
shcd event_portal_main
- At last , python app.py