An open API service indexing awesome lists of open source software.

https://github.com/udaygiri/dwarkesh-events

Dwarkesh Events is a web application designed to streamline the management and discovery of events. The platform allows users to browse upcoming events, view detailed information, and register for participation. Organizers can create, update, and manage events efficiently ✨🎉😆.
https://github.com/udaygiri/dwarkesh-events

cloudinary deployment django django-application django-framework github postgresql python pythonapplication render

Last synced: 3 months ago
JSON representation

Dwarkesh Events is a web application designed to streamline the management and discovery of events. The platform allows users to browse upcoming events, view detailed information, and register for participation. Organizers can create, update, and manage events efficiently ✨🎉😆.

Awesome Lists containing this project

README

          

# ✨ Dwarkesh Events ✨

A Django-based web application for managing events, gallery, and services for Dwarkesh Events. 🎉

## 🚀 Features

- 🏠 Home page with event showcase
- đŸ–ŧī¸ Gallery of past events
- đŸ›Žī¸ Services offered
- 📝 Contact form for inquiries
- â„šī¸ About page

## đŸ’ģ Technologies Used

- 🐍 Django
- 🎨 HTML/CSS
- đŸ—ƒī¸ SQLite (for development)

## đŸ› ī¸ Setup and Installation

1. đŸ“Ĩ Clone the repository

```
git clone https://github.com/udaygiri/dwarkesh-events.git
cd dwarkesh-events
```

2. 🔧 Set up a virtual environment

```
python -m venv venv
venv\Scripts\activate
```

3. đŸ“Ļ Install dependencies

```
pip install -r requirements.txt
```

4. 🔄 Run migrations

```
python manage.py migrate
```

5. 🚀 Start the development server
```
python manage.py runserver
```

## 📂 Project Structure

- 📞 `contact/` - Contact form application
- đŸ–ŧī¸ `gallery/` - Image gallery application
- 📁 `media/` - User-uploaded files
- 🎨 `static/` - Static files (CSS, JavaScript, images)
- 📄 `templates/` - HTML templates

## 📱 Screenshots

![Dearkesh Events Website Screenshot](image.png)

## đŸ‘Ĩ Contributing

Contributions are welcome! Please feel free to submit a Pull Request.

## 📞 Contact

For any inquiries or support, please reach out through the contact form on our website.

## 🙏 Acknowledgements

- Thanks to all contributors who have helped shape Dwarkesh Events
- Special thanks to our clients for their continued support

## 📜 License

This project is licensed under the MIT License - see the LICENSE file for details.