IEEE-VIT / Ticket-Booking-Portal

MIT License
0 stars 1 forks source link
css hacktoberfest html javascript

Alt text

Hacktoberfest, 2024 with IEEE-VIT Student Branch

Ticketease is a Node.js-powered web-based ticket booking platform that enables users to browse movies, select theaters, and make reservations seamlessly. This repository was created to help developers get started with Open Source during Hacktoberfest

NOTE: Check out issues labelled as Hacktoberfest and start contributing!

Made with ❤️ by IEEE-VIT

Support Open Source by participating in Hacktoberfest💛

Getting started

Prerequisites

Ensure you have the following installed on your system:

Environment Setup

  1. Create a .env file in the root of your project.

  2. Add the required environment variables:

    PORT=your_port_number
    DB=your_mongodb_connection_string
    GOOGLE_CLIENT_ID=your_google_client_id
    GOOGLE_CLIENT_SECRET=your_google_client_secret
    SESSION_SECRET=your_session_secret

    Replace the placeholder values with your actual credentials.

    Installation

  3. Clone the repository to your local machine:

    $ git clone https://github.com/IEEE-VIT/Ticket-Booking-Portal.git
  4. Navigate into the backend directory:

    $ cd backend
  5. Create uploads directory:

    $ mkdir uploads
  6. To setup this project, simply run the following command:

    $ npm install

It should create a node_modules folder, and you're good to go! :)

  1. To start the project, simply run the following command:
    $ npm run dev

Project Structure

The project is organized into the following key directories and files:

Contributing

To start contributing, check out CONTRIBUTING.md. New contributors are always welcome to support this project. Check out issues labelled as Hacktoberfest if you are up for some grabs! :)

License

This project is licensed under MIT