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!
- Be sure to check your Ruby version (
ruby -v
this project uses ruby '2.6.1', userbenv
to get to the correct version) - After following these instructions, head to Frontend Repository
- Fork and clone this repository
git clone git@github.com:jillbowen/garden-planner-backend.git
cd garden-planner-backend
- Run
bundle install
- Initialize the database
rails db:create
rails db:migrate
- Optional - Seed some data if you want to see examples of how your plants will look on the frontend
rails db:seed
- Start the server
rails s
- Fork and clone (see step 1 above)
- Create a branch
git checkout -b <branch_name>
- Make then commit your changes ```git commit -m ''
- Push to the original branch
git push origin <garden_planner_backend>/<main>
- Create the pull request
Or, check out the GitHub documentation on creating a pull request
This project uses the MIT license.