/contact-list-api

A simple contact List API

Primary LanguageJavaScript

contact-list-api

A simple contact List API

##STEPS

  1. Have node on your Machine
  2. clone the repo
  3. CD to the Project Directory then
  4. run npm install to install all server dependencies, also cd into the client dir and run npm install
  5. run npm start to start up your server and client concurrently
  6. Your server will be runnig on http://localhost:5000 while your client will be running on http://localhost:3000.