Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 525 Bytes

README.md

File metadata and controls

24 lines (15 loc) · 525 Bytes

Movies API

React application that implements a RESTful API with the best practices and using Redux for managing and centralizing application state.

You need to have JSON server running on your localhost with a port of 3001.
Server example can be found on MY GITHUB


Usage

Install dependencies

npm install

Run

npm start

This will start the application on port :3000