β 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
)
Contributions, issues and feature requests are welcome!
Feel free to check issues page.
- Windows 10 (Chrome 1600x900) β
- Ubuntu (WSL2) β