Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 1.42 KB

README.md

File metadata and controls

32 lines (21 loc) · 1.42 KB

🌻 Garden Planner

Welcome to your garden planner! This single page Javascript app allows you to create a digital version of your garden to help you keep track of what's growing, and how to care for it.

Enjoy gardening!

✔️ Prerequisites

  • Be sure to check your Ruby version (ruby -v this project uses ruby '2.6.1', use rbenv to get to the correct version)
  • After following these instructions, head to Frontend Repository

🍅 To install and get gardening

  1. Fork and clone this repository git clone git@github.com:jillbowen/garden-planner-backend.git cd garden-planner-backend
  2. Run bundle install
  3. Initialize the database rails db:create rails db:migrate
  4. Optional - Seed some data if you want to see examples of how your plants will look on the frontend rails db:seed
  5. Start the server rails s

✍️ Contributing

  1. Fork and clone (see step 1 above)
  2. Create a branch git checkout -b <branch_name>
  3. Make then commit your changes ```git commit -m ''
  4. Push to the original branch git push origin <garden_planner_backend>/<main>
  5. Create the pull request

Or, check out the GitHub documentation on creating a pull request

📎 License

This project uses the MIT license.