Skip to content

Latest commit

 

History

History
22 lines (12 loc) · 634 Bytes

README.md

File metadata and controls

22 lines (12 loc) · 634 Bytes

Movie Store App

This is an application created with React and Wordpress.

Using the server

You can use the current server where the wordpress processes all the queries of the app:

http://carloscruz85.com/movies/

The REST API is

http://carloscruz85.com/movies/wp-json

You can donwload a package with the complete site in http://carloscruz85.com/wp_carloscruz85_service.wpress

You need to have an wordpress site, with the plugin "All-in-One WP Migration" activated

Only this plugin can install the package needed to interactive with the react app.

Remenber change the var 'host' in /src/store/store.js with your url site