abacaxiguy / ecommerce-mr-robot

πŸ›’ The e-commerce of all hackers πŸ‘¨β€πŸ’»

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ecommerce Mr Robot Logo

Ecommerce Mr Robot

Version Version Version

The e-commerce of all hackers πŸ‘¨β€πŸ’»


πŸ€” How to run locally

If you want to run it locally:

Requirements:

First and foremost, to run this its necessary that you create your virtual environment in this folder:

python -m venv venv

With the venv set, you need to install the dependencies.txt:

call venv/Scripts/activate.bat
pip install -r dependencies.txt
call venv/Scripts/deactivate.bat

After installing the dependencies, just run python manage.py runserver

(Although you might need to migrate python manage.py migrate and create a super user to create new products python manage.py createsuperuser)


🀝 Contributing

Contributions, issues and feature requests are welcome!
Feel free to check issues page.


πŸ“‹ Tested in

  • Windows 10 (Chrome 1600x900)
  • Ubuntu (WSL2)

Developed by 🍍

About

πŸ›’ The e-commerce of all hackers πŸ‘¨β€πŸ’»


Languages

Language:Python 62.0%Language:HTML 32.7%Language:CSS 3.4%Language:JavaScript 1.9%