Skip to content

Latest commit

 

History

History
24 lines (19 loc) · 505 Bytes

README.md

File metadata and controls

24 lines (19 loc) · 505 Bytes

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