Skip to content

Built using MEAN stack (Mongo Express Angular Node). Initial purpose is to illustrate knowledge of this software stack, but the long term goal is to develop a robust gardening app for setting up crop rotations, tracking tasks, output, etc.

License

Notifications You must be signed in to change notification settings

chris-guidry/Garden-Planning-App

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Garden Planning App

Built using MEAN stack (Mongo Express Angular Node). Initial purpose is to illustrate knowledge of this software stack, but the long term goal is to develop a robust gardening app for setting up crop rotations, tracking tasks, output, etc.

Requirements

  • Node and npm
  • MongoDB: Make sure you have your own local or remote MongoDB database URI configured in "config/default.json"
  • Express

Installation

  1. Clone the repository https://github.com/chris-guidry/Garden-Planning-App.git
  2. Install the application: "npm install"
  3. Place your own MongoDB URI in "config/default.json"
  4. Run this bash command from root of project to load "Plant" collection "mongo garden-plan /app/models/plant.Create.js"
  5. Start the server: "node server.js"
  6. View in browser at "http://localhost:8080"

About

Built using MEAN stack (Mongo Express Angular Node). Initial purpose is to illustrate knowledge of this software stack, but the long term goal is to develop a robust gardening app for setting up crop rotations, tracking tasks, output, etc.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published