Skip to content

oladhari/e-commerce

Repository files navigation

An ecommerce for selling products online.

Backend development workflow

we advise to use virtualenvwrapper more easy and flexible to use you can follow the documentation here.

with normal virtualenv:

virtualenv env
source env/bin/activate
pip install -r requirements.txt
python manage.py runserver

with virtualenvwrapper:

mkvirtualenv <name_your_virtualenv> -p /usr/bin/python3.8
pip install -r requirements.txt
python manage.py runserver

Frontend development workflow

with npm:

npm i
npm start

with yarn:

installation

yarn

start development environment

yarn start

For deploying

with npm:

npm run build

with yarn:

yarn build

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors