Skip to content

this is an e-commerce website built with Vue and Django

Notifications You must be signed in to change notification settings

kenshima4/d-commerce

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

71 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Steps to run

Activate Python Virtual Environment

  1. From d-commerce root in terminal
  • python -m venv venv (windows)
  • python3 -m venv venv (mac)
  • pip install -r requirements.txt

Clone Git Repo

  1. Clone Repo:
    git clone [email protected]:kenshima4/d-commerce.git

Setup Secrets

  1. In the same directory as settings.py create a .env file.
  2. Create the following secrets:
GMAIL_APP_PASSWORD=gmail-password-here
STRIPE_SECRET_KEY=stripe-secret-key-here

Note: The gmail app password and stripe secret key need to be created.

Run App

  1. Run Python server (in one terminal):
  • cd backend
  • python manage.py runserver
  1. Run Vue server (in another terminal):
  • cd frontend
  • npm run serve
  1. Open browser at: 127.0.0.1:8080 to use app

About

this is an e-commerce website built with Vue and Django

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published