It's a MERN Stack application allows users to reserve seats in a train coach, prioritizing booking seats in one row or nearby.
✧
View Demo ✧
Report Bug ✧
Getting Started ✧
Installing ✧
Author ✧
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.
- Homepage
- Booking page
- seats page
- 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
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.
- NPM
- Node JS
- MongoDB
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 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
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_URLADMIN_CODEPORT
If you want to contact me, you can reach me through below handles.
© 2023 Ashok Kumar
Give a ⭐️ if you like this project!