/Railway-Reservation-Management

Nodejs app that manages the booking of tickets in railways.

Primary LanguageHandlebars

Railway-Reservation-Management

Welcome to the Railway-Management-System. Created a REST API which manages authentication, booking of trains, searching of train by their name and number and order meals.

This project is currently using NodeJs and MongoDB as the technologies for building the project with a javascript backend.
The languages used are Javascript, HTML and CSS.

Dependencies

The project is made using NodeJS. Visit NodeJS for more information on how to install NodeJs on your system.

Building

  • Clone the repository with git clone https://github.com/saukr1006/Railway-Reservation-Management.git
  • Run npm install to install all the node dependencies.
  • Start the mongodb server.
  • Enter npm run start to start the server on the specified port (default 3000).
  • Access the website by entering localhost:3000 in the URL bar of your web browser.