Skip to content

Latest commit

 

History

History
33 lines (23 loc) · 1.03 KB

README.md

File metadata and controls

33 lines (23 loc) · 1.03 KB

eCommerce Web App

This is a eCommerce web app developed using VueJs on Frontend and Django/DRF on Backend.

Checkout live demo here.

Tools and Framework used

VueJs Tailwindcss Vite

Features

  • Login/Signup
  • Logout
  • Homepage (Products List)
  • Product View Page
  • Cart Page
  • Address Page
  • more coming soon.

How to Run the Project?

Make sure nodejs is installed.

  • Open the Project on any Code Editor
  • Open the Integrated Terminal
  • Run npm install (It will install the required node modules).
  • Type npm run dev to run the server

Checkout Backend Process to run backend Server.

Devloped by Ajay Patel