This is an event portal for managing events for our college. Users can create and publish their events which will be available for other users to register and apply for. There will be list of registered events in the user dashboard, and thus reminding them each time they log in. The events will be listed out in sensible order.
- Fayaz A P [https://github.com/fayazap]
- Mahesh Krishna [https://github.com/mahi-krizz]
BFH/recokrogRzTGWGcxi/2021
[link to video] (https://www.loom.com/share/b4fcc40c540a4b89bf185f5a15cd4fff)
The app is developed using django framework. Brief workflow is illustrated in the walkthrough video. The code is well documented as well.
asgiref==3.3.4 dj-database-url==0.5.0 Django==3.2.3 gunicorn==20.1.0 psycopg2==2.8.6 pytz==2021.1 sqlparse==0.4.1 whitenoise==5.2.0
There is no configuration required as it is a web app. Click on the link provided to open the live app. [This is the link] (https://nevermissiteventportal.herokuapp.com/)
For running django app locally, make a change in settings.py as mentioned there(database configuration).Set up the virtual environment with django installed. Just run the server, and you are ready to go.