This is a backend server for the Contacts app in-class project. This project is part of Udacity's React Nanodegree program.
Getting the server running on your local machine takes only a few steps:
- clone the project -
git clone https://github.com/The manpreet-singh/react-contacts-server.git
cd react-contacts-server
- install its dependencies -
npm install
- start the server -
node server.js
MIT