Skip to content

MiilouDz/Ecommerce-Jacket-Store-

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

Ecommerce site ( Djackets ) Basic.. With :

  • Django
  • Vue.js
  • HTML/CSS
  • Bulma
  • Axios

frontend :

  • npm install -g @vue/cli
    • vue create folder_name
  • npm install bulma : css framework
  • npm install axios :
  • npm install bulma-toast

run server :

  • npm run serve

backend :

  • pip install django
    • py django-admin startproject project_name
      • pip install django-rest-framework
      • pip install django-cors-headers
    • py manage.py startapp app_name

run server :

  • py manage.py runserver

By MDz

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published