Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/imran120198/stepout
https://github.com/imran120198/stepout
Last synced: 2 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/imran120198/stepout
- Owner: imran120198
- Created: 2024-07-13T14:31:38.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-07-18T04:25:27.000Z (4 months ago)
- Last Synced: 2024-07-18T14:43:50.273Z (4 months ago)
- Language: JavaScript
- Size: 403 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# StepOut
## Problem Statement
Create an IRCTC like platform where you can search for trains, Book train tickets.
## Deployment Link
https://stepout-sigma.vercel.app/## Tech Stack
* React.js
* Node.js
* Express.js
* MongoDB
* TailwindCSS## Setup
1. Clone the repository:
```bash
git clone https://github.com/imran120198/StepOut.git
```2. Install the dependencies:
```bash
npm install
```3. Start the development server:
```bash
npm start
```4. Open your browser and navigate to `http://localhost:3000` to view the application.
## Credentials to use
1. For Login
```bash
email : [email protected]
password : test
```2. For Admin
```bash
email : [email protected]
password : admin
```3. For BookingId
```bash
BookingId - 66979834d37260fa88312488
```