/Developer_Social_Network

Developer Social Network using React, Express, and Node.js (Mongoose as well)

Primary LanguageJavaScript

Developer Social Networking Site with MERN stack:

Backend: MongoDB with Mongoose. For development used mlab.com

Express API's, validations. Passport user authentication

FrontEnd: React with Redux.

//----------------------------------//

To get the application running you must create config/keys.js that includes the following lines: module.exports = { mongoURI: secretOrKey: "secret" };

You can find more info about your mongoURI at mlab.com

//----------------------------------//