Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 698 Bytes

File metadata and controls

29 lines (18 loc) · 698 Bytes

Guide

Guide to repository

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

Backend

To start the backend first intall the dependencies

npm install

To run the server in development mode run:

npm run dev

Api client

To send requests to the server use the Rest CLIENT VS Code extension. Find out more on this page

  1. Install the extension
  2. Under Backend/requests open the api you want to try and click on send Request