Nodejs app that manages the booking of tickets in railways.
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.
The project is made using NodeJS. Visit NodeJS for more information on how to install NodeJs on your system.
git clone https://github.com/saukr1006/Railway-Reservation-Management.git
npm install
to install all the node dependencies.npm run start
to start the server on the specified port (default 3000).localhost:3000
in the URL bar of your web browser.