E-commerce website integrates smart features - product recommendations for users.
https://github.com/tanphan6061/marketplace-admin
yarn install
yarn serve
yarn build
yarn lint
To change url API, access path following:
.
├── src
│ ├── common
│ │ ├───── config.js
And change export const BASE_URL = "{YOUR API}";