hanihusam / contact-keeper-mern

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Contact Keeper

Full stack MERN (MongoDB, Express, React, NodeJs) contact manager with React hooks, context, Material Design Bootsrap UI & JWT authentication. Mini project I got from course on Udemy.

This is the full app. The API can be found here with documented endpoints

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

About


Languages

Language:JavaScript 86.3%Language:CSS 12.0%Language:HTML 1.6%