MERN Contact Keeper App | Visit Deployed App on Heroku
Link: https://sleepy-meadow-56084.herokuapp.com
Full stack MERN contact manager with React hooks, context & JWT authentication.
🔌 VS STUDIO 🔌 POSTMAN 🔌 MongoDB ATLAS 🔌 HEROKU
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
Some of the functions of this project are
- User signup
- User login
- Forgot Password
- Edit Contacts
- Edit track retrieval
- Update List (addition/deletion)
- Professional and Personal list
- Contact Sharing (collaborate)
Variable | Description |
---|---|
SECRET | JWT secret |
MONGO_URI | MongoDB URI |
EMPASSWORD | Email password |
Feel free to reach out if any issue 🙌