Skip to content

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

Notifications You must be signed in to change notification settings

abacaxiguy/ecommerce-mr-robot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

14 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

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 🍍