fruchtfolge / client

Crop planning optimisation with usability in mind

Home Page:https://fruchtfolge.agp.uni-bonn.de/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Article

๐ŸŽ‰ ๐ŸŽ‰ ๐ŸŽ‰
Our Paper describing the Fruchtfolge DSS just got published in Computers and Electronics in Agriculture! Follow the link to read the Open Access article: https://www.sciencedirect.com/science/article/pii/S0168169920331537

Fruchtfolge

DOI

Fruchtfolge is an open-source decision support system (DSS) for crop planning optimization. It's main focus are usability and data security.

Fruchtfolge GIF

The latest version of the DSS is hosted at fruchtfolge.agp.uni-bonn.de.

This repository contains the client side code of the application.

Fruchtfolge is currently in beta state. If you are interested in the development and would like to contribute, follow the subsequent steps in order to build the application.

Video Abstract

Prerequisites

The application is written in HTML, JavaScript (Node.js), and CSS and is utilising the popular framework Nuxt.js. In the following, intermediate knowledge of these technologies is assumed. If you're new to web programming and would like dive right in, courses from nodeschool.io are recommended.

You need to have Node.js > v.8.0 installed on your computer. Then clone or fork this repository.

Build Setup

# install dependencies
$ npm install

# serve with hot reload at localhost:3002
$ npm run dev

# build for production and launch server
$ npm run build
$ npm start

# generate static project
$ npm run generate

For detailed explanation on how things work, checkout Nuxt.js docs.

About

Crop planning optimisation with usability in mind

https://fruchtfolge.agp.uni-bonn.de/


Languages

Language:JavaScript 55.7%Language:Vue 37.6%Language:CSS 6.7%