Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 442 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 442 Bytes

contact-keeper

Full Stack MERN contact manager with React Hooks, context & JWT authentication.

Usage

Install dependencies
npm install
npm client-install

Mongo conection setup

Edit your /config/default.json 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