Skip to content

Latest commit

 

History

History
68 lines (42 loc) · 2.09 KB

README.md

File metadata and controls

68 lines (42 loc) · 2.09 KB

e-commerce

This is a project consisting of front-end and back-end of an e-commerce website. The back-end is developed as a RESTFUL server with Python and the front-end is developed mostly using Vue.js.

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Lints and fixes files

npm run lint

Customize configuration

See Configuration Reference.

The Website view

The homepage

IMAGE 2022-09-26 21:17:51

The signup page

IMAGE 2022-09-26 21:19:33

The login page

IMAGE 2022-09-26 21:19:54

Products and Categories

IMAGE 2022-09-26 21:20:26

Customer Profile and Edit Section

IMAGE 2022-09-26 21:25:01

Customer Invoices

IMAGE 2022-09-26 21:21:35

Adding to the Cart

IMAGE 2022-09-26 21:22:07

Admin Capabilities

Adding New Products

IMAGE 2022-09-26 21:25:58

Adding New Categories

IMAGE 2022-09-26 21:26:37

Managing Invoices

IMAGE 2022-09-26 21:27:08