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.
Name | Responsible for | Contact |
---|---|---|
Nikolas G. - 1373921 | * | [email protected] |
- Node.js (https://nodejs.org/en)
- Run
npm install
- Run
npm run dev