Full stack MERN contact saver with React hooks, context & JWT authentication.
This is a full application. The API document can be found here
Install dependencies
npm install
npm client-install
Edit your /config/default.json file to include the correct MongoDB URI
npm run dev # Express & React :3000 & :5000
npm run server # Express API Only :5000
npm run client # React Client Only :3000