Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 366 Bytes

README.md

File metadata and controls

11 lines (9 loc) · 366 Bytes

Ecommerce-RenzStore

This is an E-commerce made with Django(python) for study purpose. It has a system of login, that also allows the user login with gmail and facebook. Also has a system for search products and add to the cart.

Running

On linux you can run in the project folder using:

pip install -r requirements.txt
python manage.py runserver