Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 487 Bytes

readme.md

File metadata and controls

26 lines (17 loc) · 487 Bytes

Contact Keeper

Full stack MERN contact manager with React hooks, context & JWT authentication.

Demo: https://react-contact-keeper.herokuapp.com

Usage

Install dependencies

npm install
npm client-install

Mongo connection setup

Edit your /config/default.json file to include the correct MongoDB URI

Run Server

npm run dev     # Express & React :3000 & :5000
npm run server  # Express API Only :5000
npm run client  # React Client Only :3000