Skip to content

vspinell/Fullstack-Training

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors