Full stack MERN contact manager with React hooks, context & JWT authentication.
Install dependencies
npm install
npm client-install
Add .env file, include the correct mongoURI and jwtSecret
npm run dev # Express & React :3000 & :5000
npm run server # Express API Only :5000
npm run client # React Client Only :3000