Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 593 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 593 Bytes

Articulus

HitCount

Write and read articles.

To Build

  1. Install dependencies using npm install and npm run client-install.
  2. Use npm run dev to start both react and node dev servers together.
  3. React server is on port 5000 while node server is on port 3000 (localhost).

Keys

Add keys in "./config/credentials.js" and export them

module.exports = {
  mongoURI: "mongodb://<dbuser>:<dbpassword>@ds127646.mlab.com:27646/articulus",
  secretOrKey: "secretkey"
};