This is a Railway App similar to IRCTC. All Booking and PNR checking related functions have been added. Hope you enjoy using my app.
Just Git-Pull the files and run npm install then start the server using npm start
NodeJS must be installed Angular CLI must be installed MongoDB must be installed Python must be installed
First we need to install the datastore files database by issuing $ mongoimport --jsonArray --db --collection --drop --file <file location of the .json file>;
Then just start the respective servers for Angular and Express. $ npm start
1. The backend express server will be running on http://localhost:3000/
2. The frontend angular server will be running on http://localhost:4200/
- The Transactional messaging service for OTP and Success are being sent through Twilio App ID and Secret must be provided.
- The Mailer service is provided by Nodemailer and hence email id and password must be provided.
- Authentication of user is done using JWT.
Abhishek Roy
See also the list of contributors who participated in this project.
This project is licensed under the GNU General Public License v3.0 and Authors