Thanks to visit codestin.com
Credit goes to github.com

Skip to content

This application for seat reservation in a train coach. It offers features such as prioritized booking in one row, nearby seat allocation when a complete row is unavailable, and the ability to reserve up to seven seats at a time. The repository provides a user-friendly interface, efficient seat allocation, and supports real-time seat availability.

Notifications You must be signed in to change notification settings

AshokPrjapati/SeatConnect

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 

Repository files navigation

SeatConnect

It's a MERN Stack application allows users to reserve seats in a train coach, prioritizing booking seats in one row or nearby.


🖥️ Tech Stack

Frontend:

reactjs redux typescript javascript restAPI chakra-ui html5

Backend:

nodejs expressjs mongodb

Deployed On:

vercel render


View DemoReport BugGetting StartedInstallingAuthor

SeatConnect allows users to reserve seats in a train coach, prioritizing booking seats in one row and, if not available, booking nearby seats until the coach is full. It enables users to reserve up to seven seats at a time, ensuring efficient seat allocation within the coach.


Screens ( All screens are responsive)

  • Homepage
  • Booking page
  • seats page

🚀 Features

  • Seat Reservation
  • Row Priority Booking
  • Nearby Seat Booking
  • Real time seat booking status with visual seat layout
  • Efficient Seat Allocation
  • Reset Booking
  • Responsiveness
  • Simple and user-friendly UI
  • Loading indicator for every operation

Glimpses of SeatConnect 🙈 :

home booking
responsviness seats layout
Loader seats

Getting Started

This project was built using React, Typescript, Redux, HTML, CSS, JavaScript, Rest API, Node JS, Express and MongoDB. For running on your local environment you should follow these guidelines.

Prerequisites

  • NPM
  • Node JS
  • MongoDB

Setup

The project repository can be found in GitHub link or just clone the project using this command.

Using HTTPS

# git clone https://github.com/AshokPrjapati/SeatConnect.git
  • Open terminal on your workspace with
cd /home/workspace/seatConnect

Install

Install NPM

Check that you have node and npm installed

To check if you have Node.js installed, run this command in your terminal:

node -v

To confirm that you have npm installed you can run this command in your terminal:

npm -v

To install all the dependences of the project, run the following command:

cd client

npm install

cd ../

cd server

npm install

To run the application got to the client folder and run the following command:

npm run dev

Environment Variables

To run this project, you will need to add the following environment variables to your .env file

  • In client side

    VITE_SERVER_URL

  • In server side

    DB_URL

    ADMIN_CODE

    PORT


Contact

If you want to contact me, you can reach me through below handles.

linkedin GitHub

© 2023 Ashok Kumar

Show your support

Give a ⭐️ if you like this project!

About

This application for seat reservation in a train coach. It offers features such as prioritized booking in one row, nearby seat allocation when a complete row is unavailable, and the ability to reserve up to seven seats at a time. The repository provides a user-friendly interface, efficient seat allocation, and supports real-time seat availability.

Topics

Resources

Stars

Watchers

Forks