E-commerce Website With Django and Vue

E-commerce-Website-With-Django-and-Vue

This is a simple E-commerce website make with djangorestframework and vuejs. The Rest requests from vue interface are made with axios And Bulma is used for CSS

There are interesting interfaces:

Home

Latest Products

Product Details

Login

Clone the repository

git clone https://github.com/LiganiumInc/E-commerce-Website-With-Django-and-Vue.git

To run the django application , go to beauty_django folder and run commands below

  • python manage.py makemigratons
  • python manage.py migrate
  • python manage.py runserver

To get the vue interface, go to beauty_vue and run :

  • npm run serve After that go to your browser and go to the url specified in your terminal :
  • probably http://localhost:8080/ if these port is not occupied Of course you should have vuejs install on your laptop

GitHub

View Github