Check out the website
v0.0
The admin can dynamically add the events. The date, time, image(based on the title given) and the unique id will be generated on its own. the admin has to give a title, header, basic description, location, organizer details and tags related to the event.
The participant can view the upcoming events and then fill the form in the Particpants page to register for a particular event
The participant can only fill the Participants form when he/she is logged in.
What's new in v0.1
User can now login with their Google or GitHub accounts.
A new logo added in the Navbar
Font size of text in navbar and footer increased for better viewing
What's new in v0.3
Added reCAPTCHA in the participant form.
Sending an email as soon as the form is filled.
Improvements in the UI of the HomePage.
Search bar added in the HomePage.
Tags, Location, Organizer details added for each event.
Future plans
Integrate payment option using Stripe or PayTM
Add ML
Better profile page for the users
pip install django
pip install -r requirements.txt
go to the directory where manage.py is located and run the following command
python manage.py runserver