Skip to content

A web application that serves as a CRM and order management system for microgreens farmers and their small businesses.

Notifications You must be signed in to change notification settings

jonteal/GreenThumb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Green Thumb

Description

The purpose of this application is to provide microgreens business owners with an adminstrative tool to manage their customers, orders, crop grow schedules and task lists, and internal team management.

License: MIT

Table of Contents

Installation

  • Clone the repository using:
git clone https://github.com/jonteal/GreenThumb.git
  • Be sure that you are in the current working directory
cd client
npm install OR npm i
  • Next, run the project by typing the following command in the terminal:
npm run mock

Usage

  • In order to use the application the user can run the app locally.

License

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

How to Contribute

  1. Fork the repo!
  2. Create a feature branch:
git checkout -b yourname-branch
  1. Commit changes:
git commit -m 'Your changes here'
  1. Push to the branch:
git push origin yourname-branch
  1. Submit a pull request and wait for it to be approved or denied.

Tests

No tests available at this time.

Questions

If you have any questions or comments, please feel free to contact me by email:

Video

Adding a Customer

Video Example of how to Add a customer

Adding a Crop

Video Example of how to Add a crop

Adding an Order

Video Example of how to Add an order

Adding an Product

Video Example of how to Add a Product

Adding a Team Member

Video Example of how to Add a Team Member

Links

Github Repository: https://github.com/jonteal/GreenThumb

About

A web application that serves as a CRM and order management system for microgreens farmers and their small businesses.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages