Skip to content

This Javascript app allows the user to “plant” a digital version of a small garden to help keep track of what's growing, and how to care for it.

License

Notifications You must be signed in to change notification settings

jillbowen/garden_planner_backend

Repository files navigation

🌻 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.

About

This Javascript app allows the user to “plant” a digital version of a small garden to help keep track of what's growing, and how to care for it.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published