Use mongoose and Express to GET all Users from the MongoDB



Use mongoose and Express to GET all Users from the MongoDB

Use mongoose and Express to GET all Users from the MongoDB

This Series is about building Full-stack Web Applications in Javascript, using a MongoDB, ExpressJS, NodeJS as a Rest API.
In the next series we will be using a few different frameworks like Aurilia, Angularjs that uses the created REST API to consume and manipulate the data in our Mongodb.

In this, the first part of the Series, the focus will be on explaining what a MEN REST API is all about and learning about the Mongo, ExpressJS and NodeJs

SourceCode can be found here:
https://github.com/EASV/js-men-restapi-example-2016.git

Important Links:
https://www.mongodb.com/
http://expressjs.com/
https://nodejs.org/en/
https://github.com/ndelvalle/generator-api
http://mongoosejs.com/

Comments are closed.