Skip to content

A web-based, MERN application, for managing contacts (based of Brad Traversy's course).

Notifications You must be signed in to change notification settings

alancorrales/contact-keeper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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