Skip to content

aspiring-it-challenge/se-1

Repository files navigation

TrackStack: Reliable Backend Services for Train Scheduling

Challenge Description

Your mission as a backend developer is to design and build the backend services for TrackStack. The primary objectives of this application are:

  1. To provide accurate train schedules.
  2. To handle traffic efficiently during peak hours.
  3. To provide real-time updates on train schedules and delays.

You have complete freedom to choose any tech stack for backend development.

Tech Stack

Express js and MongoDB

API Documentation

Check out the API Documentation for more details.

How to run the project🚀

  1. install required dependencies
npm install
  1. create .env file in the root directory and add the following variables
MONGO_URI=xxx
PORT=xxx
  1. run the project
npm run dev
  1. go to http://localhost:{PORT} to see the project running

About

aspiring.it Software Engineering Challenge 1

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published