Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 408 Bytes

README.md

File metadata and controls

11 lines (7 loc) · 408 Bytes

Deployed!

This is a MERN (MongoDB/Express/React/Node.js) application that allows for managing contacts (phone number, name, email and type personal/professional) and is available at https://contact-keeper-97904.herokuapp.com/.

Run on your machine

Provided that you have Node.js installed:

  1. Clone the repo
  2. Run npm install && npm run clientinstall from the project folder
  3. Run npm run dev