Skip to content

Latest commit

 

History

History
26 lines (26 loc) · 1.45 KB

File metadata and controls

26 lines (26 loc) · 1.45 KB

BFH Banner

Never Miss It (event portal)

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.

Team members

  1. Fayaz A P [https://github.com/fayazap]
  2. Mahesh Krishna [https://github.com/mahi-krizz]

Team Id

BFH/recokrogRzTGWGcxi/2021

Link to product walkthrough

[link to video] (https://www.loom.com/share/b4fcc40c540a4b89bf185f5a15cd4fff)

How it Works ?

The app is developed using django framework. Brief workflow is illustrated in the walkthrough video. The code is well documented as well.

Libraries used

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

How to configure

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/)

How to Run

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.