Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/devnamdev2003/event-management-system
https://github.com/devnamdev2003/event-management-system
Last synced: 6 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/devnamdev2003/event-management-system
- Owner: devnamdev2003
- License: mit
- Created: 2024-02-22T16:42:26.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-02-23T05:15:39.000Z (11 months ago)
- Last Synced: 2024-02-23T18:51:19.151Z (11 months ago)
- Language: HTML
- Size: 34.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Event Management System
This is a simple Event Management System developed using Django, a high-level Python web framework. The system allows users to create, view, update, and delete events, as well as manage event categories.
## Features:
- **Event Management:** Create, view, update, and delete events.
- **Category Management:** Create, view, update, and delete event categories.
- **Validation:** Includes form validation to ensure data integrity.
- **User-Friendly Interface:** Clean and intuitive user interface for easy navigation.
- **Bootstrap Styling:** Utilizes Bootstrap for responsive and attractive design.## Installation:
1. Clone the repository:
```bash
git clone https://github.com/your-username/event-management-system.git
```2. Navigate to the project directory:
```bash
cd event-management-system
```3. Install dependencies:
```bash
pip install -r requirements.txt
```4. Run the Django development server:
```bash
python manage.py runserver
```5. Access the application in your web browser at `http://localhost:8000`.
## Usage:
- Create Event: Click on the "Add Event" button to create a new event. Fill in the required details and submit the form.
- View Events: All existing events are listed on the homepage. You can view event details, update, or delete events from here.
- Create Category: Click on the "Create Category" button to add a new event category.
- Manage Categories: All existing categories are listed on the homepage. You can view, update, or delete categories from here.## Contributing:
Contributions are welcome! Please feel free to submit a pull request or open an issue if you encounter any problems or have suggestions for improvements.## License:
This project is licensed under the [MIT License](LICENSE).