Write and read articles.
- Install dependencies using
npm install
andnpm run client-install
. - Use
npm run dev
to start both react and node dev servers together. - React server is on port 5000 while node server is on port 3000 (localhost).
Add keys in "./config/credentials.js" and export them
module.exports = {
mongoURI: "mongodb://<dbuser>:<dbpassword>@ds127646.mlab.com:27646/articulus",
secretOrKey: "secretkey"
};