All Projects → FrontendMasters → Api Design Node

FrontendMasters / Api Design Node

[Course] API Design in Node.js code

Programming Languages

javascript
184084 projects - #8 most used programming language

Code for API Design in Node.js, v1

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
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].