Skip to content

Contact manager using React hooks & context

Notifications You must be signed in to change notification settings

KryptonBD/Contact-Keeper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Contact Keeper

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

I created this project while learning React. It is the full app. The API can be found HERE with documented endpoints

Mongo connection setup

Open the config/default.json file and add your mongoURI and your jwtSecret

Usage

Install dependencies

npm install
npm client-install

Run Server

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