Welcome to the API for the Garden Planner website! This API was built using Ruby on Rails. To use the app, you'll also need to use the Garden-Planner-Client, available at https://github.com/vickicello/garden-planner-client.
Fork and clone this repository. From the terminal (in the project directory), run bundle install to install gem dependencies. Then, run rails db:migrate to set up the database. Run rails s -p 3001 to start a server for the API.
See instructions for the frontend at https://github.com/vickicello/garden-planner-client.
Feedback and pull requests are welcomed at https://github.com/vickicello/garden-planner-api. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the Contributor Covenant code of conduct.
The code is available as open source under the terms of the MIT License.