CCirbo / Little_Shop

1 stars 2 forks source link

FE: Clone down boilerplate repo #73

Closed TDManning closed 3 weeks ago

TDManning commented 3 weeks ago

The front end is built to make network requests to your locally running rails server using the endpoints at localhost:3000. In order for the FE to function and display data successfully, you need to have your Rails API running on localhost:3000. If your Rails API is not running, you will see fetch errors, and no data, in the FE application.