This contains the server which provides data to the frontend via an API endpoint /api/
Additionally, when in production it serves the frontend on /
.
First, install all the dependencies:
npn install
To run the server:
npm start
To run the server in production:
NODE_ENV=production npm start