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.
- Node and npm
- MongoDB: Make sure you have your own local or remote MongoDB database URI configured in "config/default.json"
- Express
- Clone the repository https://github.com/chris-guidry/Garden-Planning-App.git
- Install the application: "npm install"
- Place your own MongoDB URI in "config/default.json"
- Run this bash command from root of project to load "Plant" collection "mongo garden-plan /app/models/plant.Create.js"
- Start the server: "node server.js"
- View in browser at "http://localhost:8080"