FrontendMasters / api-design-node

[Course] API Design in Node.js code

Home Page:https://frontendmasters.com/courses/api-design-nodejs/

Repository from Github https://github.comFrontendMasters/api-design-nodeRepository from Github https://github.comFrontendMasters/api-design-node

Note

This repo is from an archived version of the course. Watch the latest version of the course on frontendmasters.com.

Getting started

  • npm i

Todo

create a basic server with express that will send back the index.html file on a GET request to '/' it should then send back jsonData on a GET to /data

Fetch all branches locally

git branch -r | grep -v '\->' | while read remote; do git branch --track "${remote#origin/}" "$remote"; done
git fetch --all
git pull --all

About

[Course] API Design in Node.js code

https://frontendmasters.com/courses/api-design-nodejs/


Languages

Language:JavaScript 61.5%Language:HTML 38.5%