Run the following in the frontend folder to install required packages
npm install
To start the frontend server run
npm start
Run the following in the backend folder to install required packages
npm install
To start the backend server run
npm start
To run the tests run
npm test
Install Postman (or a similiar tool).
You should be able to send a GET and POST request to http://127.0.0.1:3000/api/hello
Please note that you need ot set Content-Type in header to application/json when sending body data in a POST request
- Google Sheet for creating the Burn-down chart.
- Overleaf document with the template report.