remesis / SeatFinder

SeatFinder complete source code

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SeatFinder - Micro Event Ticket Booking

SeatFinder is a micro event ticket booking system developed using Django and React. It simplifies the process of event ticket booking, offering a wide range of features to enhance user experience and event management.

SeatFinder Screenshot

Features

  • Event Listing and Discovery
  • Social Integration
  • User-Friendly Event Creation
  • Attendance Tracking
  • Booking and Registration
  • Feedback and Reviews
  • Integrated Payment Processing
  • Collaborative Tools
  • Customization and Branding
  • Easy Communication
  • Real-Time Availability
  • Analytics and Insights
  • Ticketing Options
  • Mobile-Friendly Design
  • Support and Resources
  • Event Reminders and Notifications

Getting Started

To get started with SeatFinder, follow these steps:

Prerequisites

  • Python 3.x
  • Node.js

Installation

  1. Clone the repository:

    git clone https://github.com/your-username/seatfinder.git
    cd seatfinder
  2. Install backend dependencies:

    pip install -r requirements.txt
  3. Install frontend dependencies:

    cd frontend
    npm install
  4. Start the development servers:

    # In the root directory
    python manage.py runserver
    
    # In the frontend directory
    npm start
  5. Open your web browser and go to http://localhost:8000 to access SeatFinder.

Contributing

Contributions are welcome! If you'd like to contribute to SeatFinder, please follow these steps:

  1. Fork the repository and create a new branch.
  2. Make your changes and test thoroughly.
  3. Commit your changes and push them to your forked repository.
  4. Create a pull request to the original repository.

License

This project is licensed under the MIT License.

Dev Team

Initialized with pain by FTS

About

SeatFinder complete source code

License:MIT License


Languages

Language:JavaScript 46.7%Language:Python 27.3%Language:CSS 23.7%Language:HTML 2.3%