This is the backend of the CV application. It is written in Node.js and starts an Express server.
To run the application:
npm start
This is the backend of our CV application. It is written in Node.js and has an express server for serving data to the frontend.
In the cloud
Se task [INSERT HERE]
Locally
Run the backend locally on your own computer.
Install all packages from npm:
npm i
Run the application:
npm start