1. Install Python3.9 on your computer
2. Download or clone the repository
git clone https://github.com/r-fine/servicio.git
python3 -m venv venv
For Linux and macOS:
source ./venv/bin/activate
For Windows:
venv/Scripts/activate
pip install -r requirements.txt
python manage.py makemigrations
python manage.py migrate
python manage.py createsuperuser
python manage.py runserver