Skip to content

Latest commit

 

History

History
72 lines (34 loc) · 3.8 KB

mongodb.md

File metadata and controls

72 lines (34 loc) · 3.8 KB

MongoDB

And others

MongoDB

What are the best resources? https://resources.mongodb.com/getting-started-with-mongodb


OK, so my Main ReadMe has lots about Notes and everything else. And now I am wanting to build a secure API system to go with my awesome Angular apps. So back to MEN, Mongo, Express and Node.

May 17, 17 ~

https://www.mongodb.com/blog/post/integrating-mongodb-atlas-twilio-and-aws-simple-email-service-with-aws-step-functions-part-2

Rick is the principal consultant at Arborian Consulting, LLC, where he specializes in MongoDB and Python consulting and training. Previously, he was a lead software engineer at Geeknet, the company that owned the websites SourceForge, Slashdot, ThinkGeek, and FreeCode. He has spoken at OSCON, PyCon, and several MongoDB-related events, and is the author of to O'Reilly title MongoDB Applied Design Patterns. (that's what they have here: https://www.mongodb.com/community/masters)


MEN API's

July 1, 17

Build Node.js RESTful APIs in 10 Minutes

Boilerplate code for setting up a simple node.js RESTful API app using: the express.js framework, a MongoDb database (with the help of Mongoose), and hosting it on Heroku with some steps

Simple RESTful JSON api for a bookstore using Nodejs, Express and MongoDB

RESTful API design with Node

Building a Simple CRUD Application with Express and MongoDB

Refactoring a Basic, Authenticated API with Node, Express, and Mongo based off of this one

Creating a Simple Node Express API Authentication System with Passport and JWT

June 7, 17 Adding a ToDo back-end API using Node Express and Mongo (MEN) http://todobackend.com/index.html

June 23, 17 https://github.com/ramlez/Introduction-to-express.js-MongoDB-with-Typescript2 Build a Node.js API in Under 30 Minutes Looks promising

Introduction-to-express.js-MongoDB-with-Typescript2 Looks easy enough, but no tutorial, just pick apart the code. But I really want to use TypeScript to tighten up my skills.

MongoDB University MongoPop series

  1. Introducing the MEAN stack
  2. Using MongoDB With Node.js
  3. Building a REST API Using Express.js
  4. Building a Client UI Using Angular 2 & TypeScript