Skip to content

A MERN stack app to display greenhouse data and perform CRUD operations using a REST API

Notifications You must be signed in to change notification settings

agnivchtj/greenhouseApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Greenhouse App

This project involved setting up a REST API to perform create, read, update and delete (CRUD) operations on mock greenhouse data. The data contains entries on environment & soil conditions as well as numbers pertaining to tomato production & harvest. The tech stack consists of React for the frontend, Node.js and Express for backend server code, Mongoose to model data and MongoDB database to store the data in document-based format.

The API makes use of HTTP messages to query the web server and retrieve json data from the database. The user interface/ frontend calls the API on another port and the data retrieved is displayed in a tabular format for users with the feature to update or delete entries and add new ones to the existing collections.

Releases

No releases published

Packages

No packages published

Languages