Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 466 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 466 Bytes

REACT CATALOG

REACT CATALOG is a simple frontend application with Reactjs, using Redux for state management. Consume API from https://github.com/gedelumbung/go-catalog, which written in Golang.

Setup

  • Run yarn or yarn install to install all dependencies.
  • Run yarn start to start application in development mode.

Route List

`GET`/home
`GET`/products/:id
`GET`/dashboard
`GET`/dashboard/products
`GET`/dashboard/products/create