Dashboard with many opportunities and and events posted by students, organizations, and scraped from other resources
Use a virtualenv to create an isolated enviorment
Run the make command to install requirements
make
or with pip manually
pip3 install -r requirements.txt
Run description
make run
or with python manually
gunicorn run:app --reload
This project is licensed under the MIT License - see the LICENSE file for details
This Readme was created with pystarter
pip3 install pystarter