Simple E-Commerce App written in React, which shows process of buying a book(fetching data from API, adding/removing products from shop cart, fulfilling form and passing a validation to continue the process).
- NodeJs 10.x +
- Yarn 1.22.x +
- NodeJS
- ExpressJS
- Swagger
- React,
- Redux,
- React-router,
- Formik
- Yup
- Redux-Thunk
- Axios
- Styled-components
- Bootstrap
Documentation is available after running mock server.Then open it your browser.
localhost:3001/docs.
Required to have Node.js and Yarn. Project require installation and activation of API mock server. Running backend with following bash commands:
cd api
yarn install
yarn start
Running frontend default on port 3000 - localhost:3000
cd front
yarn install
yarn start