/react-project-contact-keeper

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

Primary LanguageJavaScript

Contact Keeper

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

Usage

Install dependencies

npm install

npm client-install

Mongo connection setup

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