/ecommerce-mr-robot

🛒 The e-commerce of all hackers 👨‍💻

Primary LanguagePython

Ecommerce Mr Robot Logo

🛒 E-commerce Mr Robot, the e-commerce of all hackers 👨‍💻

Version Version Version



🤔 Usage

⚠ warning! the website is in portuguese (pt-br), and it will probably stay this way ⚠

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:

# On windows:

call venv/Scripts/activate.bat
pip install -r dependencies.txt
# On linux:

source venv/bin/activate
pip install -r dependencies.txt

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 🍍