This is a backend server for the Contacts app in-class project. This project is part of Udacity's React Nanodegree program.
You'll build the front end of the Contacts app throughout the course. Because the course is on React and doesn't cover Node or servers, we've built this server and an API to interact with it so can focus on building the front end portion of the project in React.
Getting the server running on your local machine takes only a few steps:
- clone the project -
git clone https://github.com/udacity/reactnd-contacts-server2.git
cd reactnd-contacts-server2
- 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.
MIT
This repository is deprecated; therefore, we are going to archive it. However, learners will be able to fork it to their personal Github account but cannot submit PRs to this repository. If you have any issues or suggestions to make, feel free to:
- Utilize the https://knowledge.udacity.com/ forum to seek help on content-specific issues.
- Submit a support ticket along with the link to your forked repository if (learners are) blocked for other reasons. Here are the links for the retail consumers and enterprise learners.