agrivator / agrivator-backend

0 stars 3 forks source link

Agrivator

Backend for the Agrivator Platform

Installation

Use the package manager pip to install dependencies

pip install -r requirements.txt

Usage

python manage.py migrate # Applying Migrations
python manage.py runserver # Development Server