Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 670 Bytes

README.md

File metadata and controls

24 lines (16 loc) · 670 Bytes

Readable API Server

This is the project for the final assessment project for Udacity's Redux course.

How to start

To start the project you need to run two different projects.

  • Install and start the API server
    • cd api-server
    • npm install
    • node server
  • In another terminal window, install and start the front-end application
    • cd front-end
    • npm install
    • npm start

API Server

Information about the API server and how to use it can be found in its README file.

Front end

Information about the front-end application and how to use it can be found in its README file.