/PhoneBook

Full Stack MERN app with React hooks & JWT authentication

Primary LanguageJavaScript

PhoneBoOk

Full Stack MERN app with React hooks,Context API & JWT authentication.

Check here - PhoneBook

Local Setup

  1. Install Dependencies
npm install
npm client-install
  1. Mongo connection setup
Edit your /config/default.json file to include the correct MongoDB URI
  1. Serve with hot reload
npm run dev     # Express & React :3000 & :5000
npm run server  # Express API Only :5000
npm run client  # React Client Only :3000