A Simple Ecommerce App built with Vue 3, Vite, Tailwind CSS, and TypeScript. It allows user to sign up, sign in, view products, add products, edit product and delete product.
- User can sign up
- User can sign in
- User can view products
- User can add product
- User can edit product
- User can delete product
- Vue 3
- Vite
- Tailwind CSS
- TypeScript
- Vue Router
- Vuex (State Management)
- Axios
The backend of this project is built with Node.js, Express, MongoDB, and JWT. You can find the backend code here
You can view the live demo here
yarn install
VITE_API_BASE_URL=https://mini-ecommerce-backend-2ce911e6e6e7.herokuapp.com/api
yarn dev
yarn build