Skip to content

ahronlu/contacts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

83 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Contact Keeper

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

Usage

Install dependencies

npm install
npm client-install

Mongo connection setup

Add .env file, include the correct mongoURI and jwtSecret

Run Server

npm run dev     # Express & React :3000 & :5000
npm run server  # Express API Only :5000
npm run client  # React Client Only :3000

About

Contact manager app, built with Node.js, Express, React, MongoDB, Context API for state management and JWT for Authentication

Topics

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors