Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 526 Bytes

README.md

File metadata and controls

17 lines (10 loc) · 526 Bytes

Server for Contacts Project

This is a backend server for the Contacts app.

Getting Set Up

Getting the server running on your local machine takes only a few steps:

  1. clone the project - git clone https://github.com/Re-act/contacts-app-backend.git
  2. cd contacts-app-backend
  3. install its dependencies - npm install
  4. start the server - node server.js

Contributing

We love receiving pull requests! For specifics on how to contribute to this project, check out the contributing file.