I have more than 100 hibiscus plants and the number is still growing so I made Hibiscus Garden. This is a web app that I make to keep track of all hibiscus plants in my garden.
Fork the repository and then clone.
-
Run
bundle install
to install the various dependencies specified within the Gemfile. -
Navigate to the
/backend
folder within the app andrails db:migrate
,rails db:seed
andrails s
to start the rails server. -
run rails db:migrate in terminal
-
Navigate to the
/frontend
folder and openindex.html
in your browser.