Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 507 Bytes

README.md

File metadata and controls

5 lines (4 loc) · 507 Bytes

PhoneBook - Live Demo

This project is a Full Stack MERN app where users can register into the App and manage(create, read, update and delete) their contacts. They can later come back and login into the app and can see their saved contacts.
The frontend of this webapp is built with React and the backend server is built using the NodeJS framework Express.
I have used MongoDB as the Database and also implemented authentication using JWT.