Tutorial of Udemy course MERN Stack Front to Back by Brad Traversy. Code here is being written as the tutorials are completed.
A social network for developers
Clone the project
git clone https://github.com/rcola45/devconnect.git
Once downloaded, run npm install
to load all the dependencies.
Configure the /config/keys.js
file for your information (See below)
In /config/keys.js
, replace the <MongoDB_URI>
with your MongoDB URI.
Also replace the <Secret or Key>
with a random string.