From 1a91ffb64bbe88ac13ba2561d5abace51237bd1b Mon Sep 17 00:00:00 2001 From: Adarsh Date: Wed, 15 May 2024 14:02:10 +0530 Subject: [PATCH] updated readme.md --- readme.md | 60 +++++++++++++++++++++++++++++++++++++++++++++++++++++-- 1 file changed, 58 insertions(+), 2 deletions(-) diff --git a/readme.md b/readme.md index 35273ba..454ade5 100644 --- a/readme.md +++ b/readme.md @@ -1,11 +1,56 @@ +
+ # IRCTC Backend +
+
+ + + + + + + + + + + + + + + + + + + +
🌟 Stars🍴 Forks🐛 Issues🔔 Open PRs🔕 Close PRs
StarsForksIssuesOpen Pull RequestsClose Pull Requests
+
+ ## Project Overview -Built using Node.js, Express, and Sequelize, this system supports functionalities for both regular users and administrators, ensuring efficient handling of train schedules, seat availability, and user bookings. + +
+Built using Node.js, Express, and Sequelize, this system supports functionalities for both regular users and administrators, ensuring efficient handling of train schedules, seat availability, and user bookings. +
## Youtube video : [↗️](https://youtu.be/deWxKmGd67A) -## Features +
+ +
+ +## 💻 Tech Stacks + +![Node.js](https://img.shields.io/badge/Node.js-%23339933.svg?style=for-the-badge&logo=node.js&logoColor=white) +![Express.js](https://img.shields.io/badge/Express.js-%23000000.svg?style=for-the-badge&logo=express&logoColor=white) +![Sequelize](https://img.shields.io/badge/Sequelize-%23474A8A.svg?style=for-the-badge&logo=sequelize&logoColor=white) +![PostgreSQL](https://img.shields.io/badge/PostgreSQL-%23336791.svg?style=for-the-badge&logo=postgresql&logoColor=white) + + +
+ +## -> Key Features <- +
+ - **User Authentication**: Secure login and registration functionality for users. - **Train Management**: Administrators can add trains and update seating capacities. - **Seat Booking**: Users can check seat availability and book seats on trains. @@ -75,3 +120,14 @@ This will start the server on `http://localhost:3000`. `Body: { "train_name": "Express", "source": "CityA", "destination": "CityB", "total_seats": 100 }` * **PATCH /admin/train/:trainId** - Increase number of total seats `Body: { "add_seats": 120 }` + +

🤝 Our Contributors

+
+ +![Contributors](https://contrib.rocks/image?repo=Mayank2808sharma/IRCTC-backend) + +

Thank you for contributing to our repository

+ +
+ +

Don't forget to give us a ⭐

\ No newline at end of file