Author: Minh Tran Le
This project was bootstrapped with Create React App.
- This project is a course project for upGrad's Full Stack Development Program.
- This project run along with a backend server, which is provided by upGrad. Named as "ecommerce-upgrad-master".
- Please modify the backend server AuthController sign in route to return the user object which has id, roles, token instead of the token only.
- api: contains all the api calls to the backend server
- common: contains all the common components, hooks, styles and utils
- components: contains all the components
- router: contains all the routes
- screens: contains all the screens or pages
- store: contains all the redux store, actions and reducers
In the project directory, you can run:
Runs the app in the development mode.
Open http://localhost:3000 to view it in your browser.
The page will reload when you make changes.
You may also see any lint errors in the console.