Product Name: Event-STATion Event-STATion is the application of project management to the creation and development of small and/or large-scale personal or corporate events such as festivals, conferences, ceremonies, weddings, formal parties, concerts, or conventions.
- AFLAH
- FIZA
- RIFANA SHERIN
BFH/rec0UX84sIUJX1Eno/2021
https://www.loom.com/share/ee8d9b7e162f4e5b85dbb04a0afb2f7e
- Public View:Events Occuring,its details. Logged In User can create or/and join event. Users can see their registered events.
- Embed video of project demo
Django==2.2.13 Pillow==8.2.0 django-betterforms==1.2 django-ckeditor==6.0.0 django-crispy-forms==1.11.2 django-js-asset==1.2.2 django-location-field==2.1.0 django-mapbox-location-field==1.7.3
- Clone This Project
git clone https://github.com/AFLAH2527/Event-Hub.git
- Go to Project Directory `cd Event-Hub
- Install Requirements Package
pip install -r requirements.txt
OR just the Libraries Used - Migrate Database
python manage.py migrate
- Create Super User
python manage.py createsuperuser
- Finally Run The Project
python manage.py runserver