In this activity, you will set up your development environment for full-stack web development with MongoDB, Node.js, and Angular.
Install Node.js and NPM.
Install the Angular CLI.
Install MongoDB.
Create a new Angular project using the CLI.
Create a new Node.js project using npm init.
Activity 2: Building a Simple RESTful API
In this activity, you will build a simple RESTful API using Node.js and Express.js.
Representational State Transfer is a way of doing Web Services.
A RESTful API is of running a method on class on a remote server and getting back the result. RESTful API are a standard to deliver web services via the Service Oriented Architecture way of doing things.