Category: Node.JS

Building a CRUD RESTful API with Cloud Functions and Firestore tutorial by Søren Spangsberg Jørgensen

Having a self created API allows me to hook up data to connect to front end pages, so I can feed information from the API to the page. This tutorial is CRUD tutorial with firebase firestore and functions , so another item that I’m very interested in. This is the video series where Søren Spangsberg

React, Redux & Firebase “The Net Ninja” app tutorial Deployment- Part 1

There is a great series of videos on how to set up this project by the Net Ninja  (https://www.youtube.com/playlist?list=PL4cUxeGkcC9iWstfXntcj8f-dFZ4UtlN3) The first video is: There is also a github repository with all the code here, you have to look at the branches to get the individual video lessons.  So from your VS Code terminal >git pull

Building an API in Node

I’m going to try and follow this tutorial, some of the early ones are stuff I’ve done before, but the reference to the npm video was interesting. Also to the npm site for looking at packages. Two other resources I just want to highlight. 1/ Daniel Shiffman website and 2/ npm website for packages. Objectives