Stevecmd / smartFarmProject

SmartFarm project to enable Fast access to insights that will aid in proper crop husbandry.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

smartFarmProject

This project has a lot of potential!

Build the docker image

docker build -t smartfarminsights .

Run the docker container in the terminal

docker run -p 3000:3000 smartfarminsights

Run the docker container in a detached mode

docker run -d -p 3000:3000 smartfarminsights

About

SmartFarm project to enable Fast access to insights that will aid in proper crop husbandry.


Languages

Language:HTML 90.8%Language:JavaScript 5.9%Language:Dockerfile 2.2%Language:CSS 1.1%