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 installTo run the server:
npm startTo run the server in production:
NODE_ENV=production npm start