/NodeExpressMongo

Learning the fundamentals of the MERN Stack

Primary LanguageJavaScriptMIT LicenseMIT

NodeJS Express MongoDB

BACKEND WITH JAVASCRIPT

Server-side Development with NodeJS, Express and MongoDB

This repository is associated with the coursework of this Coursera course.

This course deals with all things server-side. We base the entire course around the NodeJS platform. We start with a brief overview of the Web protocols: HTTP and HTTPS. We examine NodeJS and NodeJS modules: Express for building web servers. On the database side, we review basic CRUD operations, NoSQL databases, in particular MongoDB and Mongoose for accessing MongoDB from NodeJS. We examine the REST concepts and building a RESTful API. We touch upon authentication and security. Finally we review backend as a service (BaaS) approaches, including mobile BaaS, both open-source and commercial BaaS services.


Insights

  • Demonstrate an understanding of server-side concepts, CRUD and REST
  • Build and configure a backend server using NodeJS framework
  • Build a RESTful API for the front-end to access backend services

LICENSE

This repository is under MIT LICENSE.