Skip to content

A NodeJS backend server required to support the app build a Contacts React app project which is part of Udacity's React Nanodegree program.

Notifications You must be signed in to change notification settings

thounda/nodejs-code-add-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Server for Contacts Project

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 Set Up

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

  1. clone the project - git clone https://github.com/thounda/nodejs-code-add-server.git
  2. cd nodejs-code-app-server
  3. install its dependencies - npm install
  4. start the server - node server.js

License

MIT

About

A NodeJS backend server required to support the app build a Contacts React app project which is part of Udacity's React Nanodegree program.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published