Example REST API with Express.js, Mongoose and Babel
Read on my blog.
This article will discuss an example of making a REST API using Express.js, Mongoose and Babel. The resource or endpoint created is only users. We will only make a simple user registration method. We will use a repository pattern.
I...
my_username.hashnode.dev
Maneesh Kumar
Full Stack Developer
Nice Article !!! I would like to know that Mongoose is only related to Mongo DB? Can we use express.js, Mongoose to connect with rethinkDB?
I used a framework Sails Js and found very interesting. Sails js is a wrapper on node js and able to connect with many DB like mongoDB, rethinkDB, etc. Even, Sails js provides a convenient way to create a rest API.
sailsjs.com
Thanks