Skip to content

Latest commit

Β 

History

History
77 lines (49 loc) Β· 1.94 KB

README.md

File metadata and controls

77 lines (49 loc) Β· 1.94 KB
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 🍍