Skip to content

MERN Contact Keeper App | Authenticated Login Using Mongodb Atlas | Used React Hooks and Context API | Visit Deployed App on Heroku

Notifications You must be signed in to change notification settings

beastgetssavvy13/pixelated-contact-keeper

Repository files navigation

The Pixelated Coder 👨‍💻

Contributor : Kavish Pandit

MERN Contact Keeper App | Visit Deployed App on Heroku

Link: https://pixelated-coder-keeper-app.herokuapp.com/login

Contact Keeper 📒

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


Technologies Used:

🔌 VS STUDIO 🔌 POSTMAN 🔌 MONGODBATLAS 🔌 HEROKU

Usage

Install dependencies

npm install
npm client-install

Mongo connection setup

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

Objectives

Some of the functions of this project are

  • User signup
  • User login
  • Forgot Password
  • Edit Contact saving
  • Edit track retrieval
  • Update List (addition/deletion)
  • Professional and Personal list
  • Contact Sharing (collaborate)

Environment variables in .env

Variable Description
SECRET JWT secret
MONGO_URI MongoDB URI
EMPASSWORD Email password

Description:

Created an application using React Hooks and Express Js Server. Feel free to reach out if any issues 🙌

About

MERN Contact Keeper App | Authenticated Login Using Mongodb Atlas | Used React Hooks and Context API | Visit Deployed App on Heroku

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published