Your mission as a backend developer is to design and build the backend services for TrackStack. The primary objectives of this application are:
- To provide accurate train schedules.
- To handle traffic efficiently during peak hours.
- To provide real-time updates on train schedules and delays.
You have complete freedom to choose any tech stack for backend development.
Express js and MongoDB
Check out the API Documentation for more details.
- install required dependencies
npm install
- create .env file in the root directory and add the following variables
MONGO_URI=xxx
PORT=xxx
- run the project
npm run dev
- go to
http://localhost:{PORT}
to see the project running