This is a backend server for the Contacts app.
Getting the server running on your local machine takes only a few steps:
- clone the project -
git clone https://github.com/jeremyslee/contacts-server.git
- install its dependencies -
npm install
- start the server -
node server.js