docker compose -f docker-compose-dev.yml up -d --build
http://localhost:3000
http://localhost:8080/docs
cd backend
sudo apt update;sudo apt install python3-virtualenv
virtualenv venv
source venv/bin/activate
pip install -r requirements.txt
pytest -v
Couldn't finish frontend testing, but it's needed to send to production.
To scale this project it would be necessary to add pagination to the crops as well, as over time a farmer will have many crops, but it was not possible to do this during the test period.