Full stack MERN contact manager with React hooks, context & JWT authentication.
I created this project while learning React. It is the full app. The API can be found HERE with documented endpoints
Open the config/default.json file and add your mongoURI and your jwtSecret
Install dependencies
npm install
npm client-install
npm run dev # Express & React :3000 & :5000
npm run server # Express API Only :5000
npm run client # React Client Only :3000