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
- Host: GitHub
- URL: https://github.com/astrotars/mongodb-node-restify-api-part-1
- Owner: astrotars
- Created: 2017-06-29T17:16:55.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2021-05-07T16:18:16.000Z (over 4 years ago)
- Last Synced: 2025-04-12T03:59:37.284Z (8 months ago)
- Topics: api, babel, es6, mongodb, mongoose, nodejs, rest, restify, tutorial
- Language: JavaScript
- Homepage: https://www.mongodb.com/blog/post/getting-started-with-mongodb-nodejs-and-restify
- Size: 37.1 KB
- Stars: 3
- Watchers: 0
- Forks: 1
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
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).