Backend for the Agrivator Platform
Use the package manager pip to install dependencies
pip install -r requirements.txt
python manage.py migrate # Applying Migrations
python manage.py runserver # Development Server
Backend for the Agrivator Platform
Use the package manager pip to install dependencies
pip install -r requirements.txt
python manage.py migrate # Applying Migrations
python manage.py runserver # Development Server