mohammedbakr / contact-keeper

Contact manager using React hooks & context for Front-End and MongoDB, Node & Express for Back-End

Home Page:https://appcontactkeeper.herokuapp.com/login

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Contact Keeper

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

This is the full app. The API can be found here with documented endpoints
Then I learnt Node (as my main goal was to learn React) and learnt how to build it on my own, so I did some refactors.

Usage

Install dependencies

npm install
npm client-install

Mongo connection setup

Edit your /config/default.json file to include the correct MongoDB URI and JWT_SECRET

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 using React hooks & context for Front-End and MongoDB, Node & Express for Back-End

https://appcontactkeeper.herokuapp.com/login


Languages

Language:JavaScript 84.3%Language:CSS 13.1%Language:HTML 2.6%