Skip to content

dkerobean/Django-Event-Booking-And-Ticketing-System

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

About The Project

This is a Django web application that allows users to see a list of events, order tickets, view event details and contact information for the organizer. Users also have the ability to follow and be followed by organizers.

Organizers have access to a dashboard where they can view detailed analysis of their event, add users who can manage their events, and add or delete events.

Features

  • User registration and authentication
  • List of events with filters
  • Event details with contact information for the organizer
  • Ticket ordering system
  • User can follow and be followed by organizers
  • Organizer dashboard with event analysis and event management capabilities

Getting Started

To get a local copy up and running follow these simple steps.

Prerequisites

You need to have eiter python or Docler installed

Installation

  1. Install Docker
  2. Pull the Docker image from Docker Hub using the command:
    docker pull your-username/your-repo:latest
  3. Run the Docker container using the command:
     docker run -p 8000:8000 your-username/your-repo:latest
  4. Navigate to http://localhost:8000 in your web browser to access the application.

Without Docker To run this app locally without Docker, you need to have Python and Django installed. Once you have these installed, follow the steps below:

  1. Clone the repository:
  git clone https://github.com/<username>/discord-clone.git
  1. Navigate into the project directory:
cd discord-clone
  1. Create a virtual environment:
python -m venv venv
  1. Activate the virtual environment:
venv\Scripts\activate
  1. Install the required packages:
pip install -r requirements.txt
  1. Run migrations:
python manage.py migrate
  1. Start the development server:
python manage.py runserver
  1. Open your browser and navigate to http://localhost:8000 to view the app.

Usage

Users

  • Navigate to the home page to view a list of events
  • Click on an event to view its details and contact information for the organizer
  • Follow an organizer by clicking the follow button on their event details page
  • Order tickets by selecting the desired quantity and clicking the order button
  • Log in or register to access additional features such as following organizers and viewing order history

Organizers

  • Log in to access the organizer dashboard
  • View detailed analysis of your events including ticket sales and revenue
  • Add users who can manage your events by clicking on the "Add Manager" button on the dashboard
  • Add or delete events by clicking on the "Add Event" or "Delete Event" button on the dashboard

Contributing

Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

License

Distributed under the MIT License. See LICENSE.txt for more information.

Contact

Dickson - dkerobean@gmail.com

Project Link: #

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published