Skip to content

vatger/trainingcenter

Repository files navigation

Trainingcenter-Backend

The trainingcenter-backend project contains the backend code for the VATSIM Germany ATC Training Center. Built using Express.js, this project provides the logic and connection to other services such as the underlying SQL database. Data is exchanged with the React based trainingcenter-frontend project.

Contact

Name Responsible for Contact
Nikolas G. - 1373921 * [email protected]

Prerequisites

Running the Application

  1. Run npm install
  2. Run npm run dev