/Node.js-MongoDB-User-Registration

We will begin creating a basic user registration system in Node.js using MongoDB as the data store, Express as the routing system, Joi as the validator, and of course Mongoose to make interacting with Mongo from Node easy.

Primary LanguageJavaScript

Node.js-MongoDB-User-Registration