Skip to content

Latest commit

 

History

History
43 lines (27 loc) · 1.13 KB

README.md

File metadata and controls

43 lines (27 loc) · 1.13 KB

Contact Keeper

Full stack MERN application for managing contacts with React hooks, CONTEXT API & JWT authentication.

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     # runs concurrently Express on :5000 & React on :5000
npm run server  # runs Express API Only on :5000
npm run client  # runs React Client Only on :3000

Built With

  • MongoDBAtlas - MongoDB Atlas is a fully-managed cloud database
  • React - The JS library used
  • Express - Fast, unopinionated, minimalist web framework for Node.js
  • Node - Node.js® is a JavaScript runtime built

Contributing

Fork and feel free for submitting pull requests.

Authors

Acknowledgments