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/Re-act/contacts-app-backend.git
cd contacts-app-backend
- install its dependencies -
npm install
- start the server -
node server.js
We love receiving pull requests! For specifics on how to contribute to this project, check out the contributing file.