Hello, World!
I present to you the Event Manager.
This project aims to help people in local neighborhoods and communities host, find, and join events more conveniently. Inspired by the vibrant culture of my locality in India, where festivals and events are a significant part of life, this project seeks to streamline the registration and fee collection process traditionally done door-to-door by event organizers.
Our Event Manager allows members of a community to:
- Register on the website
- Find local events
- Host their own events
- Join other events effortlessly
This simplifies the process of organizing and participating in community events, making it more efficient and accessible.
This project is a web application developed using:
- Python's Django framework
- HTML
- CSS
To make this application even more helpful, I have several future features in mind:
- Q&A section for each event to facilitate better communication among participants.
- Automated reminders and notifications for upcoming events.
- A feedback system to improve future events based on participant suggestions.
By implementing these features, I aim to make the Event Manager a comprehensive tool for community event management.
-
Clone the repository:
git clone https://github.com/Py-Ansh/Event-Management-System.git cd Event-Management-System -
Install the required packages:
pip install -r requirements.txt
-
Apply migrations and run the server:
python manage.py migrate python manage.py runserver
-
Open your browser and navigate to
http://127.0.0.1:8000to see the application in action.
- Register as a user to access the features of the Event Manager.
- Find Events: Browse through the list of upcoming events in your locality.
- Host Events: Create and manage your own events.
- Join Events: Register for events hosted by others.
Contributions are welcome! Please fork this repository and submit a pull request for any improvements or bug fixes.
Feel free to reach out with any questions or feedback!
Happy Event Managing!