An open API service indexing awesome lists of open source software.

https://github.com/astrotars/mongodb-node-restify-api-part-1

πŸš€ Getting Started with MongoDB, Node.js and Restify
https://github.com/astrotars/mongodb-node-restify-api-part-1

api babel es6 mongodb mongoose nodejs rest restify tutorial

Last synced: 8 months ago
JSON representation

πŸš€ Getting Started with MongoDB, Node.js and Restify

Awesome Lists containing this project

README

          

# Getting Started with MongoDB, Node.js and Restify

In this [post](https://www.mongodb.com/blog/post/getting-started-with-mongodb-nodejs-and-restify), I cover how to set up a simple API with full CRUD operations using the ever-popular Restify framework backed by a MongoDB database. For sake of simplicity, we’ll create a basic β€œto-do” style API.

The official blog post for this is located [here](https://www.mongodb.com/blog/post/getting-started-with-mongodb-nodejs-and-restify).