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.
On linux you can run in the project folder using:
pip install -r requirements.txt
python manage.py runserver