Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 755 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 755 Bytes

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