This is an ecommerce website for a fictional online store.
Author: Renz De la Torre
How to run and build locally:
- Run git clone https://github.com/Renz00/e-shoppe
- Run npm install
- Run npm run dev
Specific Objectives:
-
Create a product catalog.
- Users can filter and search for products.
- Users can add, update, and remove products in their cart.
-
Implement user account authentication.
- Users can register an account.
- Users can login to their account using their email address and password.
- Users can only make orders when they are logged into an account.
-
Allow users to manage their orders.
- Users can filter their orders.
- Users can track their orders and browse previous ones.
Technologies Used:
- Frontend - HTML, CSS, Vue 3, Vuetify
- Backend API - Laravel 10
- Database - MySQL
Backend repository: https://github.com/Renz00/e-shoppe-api