arnav58 / goplantit-backend

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

goplantit-backend

This repo server as the code base of the backend of GoPlantIt website. Provide api service in the RESTful architecture.

Goplantit

Providing Australian Farmer with scientific plans to cope with extreme temperatures.

Motivation

We have identified that in the recent year, extreme temperatures have demonstrated significant effects on crop production around the world. It can cause reductions in crop yield by disrupting at different stages in the crop growth lifecycle.

GoPlantIt 🌿 app aims to help farmers by providing customized suggestions for crops type and alert on weather extremities.

Technology/Framework

Built with

Get Started

Start backend server in production

cd <project directory>
npm start

Start backend server in development, with nodemon

cd <project directory>
npm run server

Commit message standrad

How to Write Useful Commit Messages

Here is an example:

Refactor the coupon UI

Because:
- The old UI code is fairly slow
- There were a few unused dependencies
- The old UI has aged poorly

For sure, it is a template, the second paragraph is not required if just a simple message

Commit command

git commit -a -m '<Short summary of the commit>' -m '<Explaination if needed>'

Other Links

Follow Legendary Traversy Media

About


Languages

Language:JavaScript 100.0%