# Backend - Server

## Base Server (NodeJS/Express)

A lot of logic and files have been moved to the `"/backend"`  folder to facilitate them running remotely, especially when they use local file management logic or start servers for example.

The **Express** server acts as the entry point for managing and keeping all other servers in check. It can be located in the `ExpressServer.mjs` file, which contains its start up logic as well as its endpoints for requests.
