Skip to content

Repository for an E-Commerce app, developed using Vue.js and Django

Notifications You must be signed in to change notification settings

lazarustanaka11/Vue_Django_WebApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ZimboShop Web Application for selling

Django Set Up

  • clone repository to desired location
  • run pip install --upgrade pip
  • run python3 -m venv <name_of_venv>
  • activate the venv using source ./name_of_venv/bin/activate -install django in the virtual env using python -m pip install Django
  • in the virtual environment install the packages in the req.txt

Vue setup

  • install nodejs

  • run npm install -g vue-cli

  • cd into zimboshop_vue

  • run npm install

  • run npm run server

  • the werbapp will be shown at localhost8080

About

Repository for an E-Commerce app, developed using Vue.js and Django

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages