Eminence_Assignment

Seat Reservation System

Seat Reservation System is a Node.js-based program designed to simulate seat reservations in a coach.

Table of Contents

Introduction

This project simulates a seat reservation system for a train coach with 80 seats. Each row contains 7 seats, except the last row which has only 3 seats. Users can reserve up to 7 seats at a time, with a priority on booking seats within the same row. If that's not possible, the system will book nearby seats.

Installation

To install and run this project locally, follow these steps:

  1. Extract the zip file.

  2. Open the project in your favorite IDE.

  3. Navigate to the main directory:

    cd <Zip_file_Main_directory_name>
  4. Install the necessary dependencies:

    npm install

Usage

To run the Train Seat Reservation System:

npm run server

made by Priti Tiwari