Each branch comes with a small inceremental takeaway.
The branches follow this semantic pattern (backend|frontend)/<incremental step>
You can find the teory and some takeaways here
To start the backend first intall the dependencies
npm installTo run the server in development mode run:
npm run devTo send requests to the server use the Rest CLIENT VS Code extension. Find out more on this page
- Install the extension
- Under
Backend/requestsopen the api you want to try and click onsend Request