Skip to content

Latest commit

 

History

History
37 lines (28 loc) · 769 Bytes

README.md

File metadata and controls

37 lines (28 loc) · 769 Bytes

Zigo Ecommerce Store

alt text

This is an ALX Portfolio project by A.Kiplimo using Django and React. It contains instructions on how to setup the project. The project also contains backend user authentication with the Django Rest Framework and rest-auth. The frontend has react redux setup for user authentication by storing the token in localstorage.

Backend development workflow

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

Frontend development workflow

npm install
npm run start

For deploying

npm run build