Skip to content

anwar03/Ecommerce

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DjangoWith-Bootstrap

Simple E-commerce site with Login, Logout, Add product.. etc with AngularJs

Prerequisites

  • Python
  • Virtualenv

Getting Started

  1. Clone the repository.
  2. Create virtual environment.
virtualenv -p python3 envname --no-site-packages
  1. Go to project_base directory
  2. Install requirements
pip install -r requirements.txt
  1. Go to client directory
  2. Install npm packages
npm install
npm run dev
  1. Migrate
python manage.py migrate
  1. Run project
python manage.py runserver

Built With

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors