MyHearty website: https://myhearty.my
MyHearty dashboard: https://dashboard.myhearty.my
Hi all, just wanted to share this, MyHearty is a simple charity website that is built with Next.js and uses Ruby on Rails as its backend framework. It also comes with an admin dashboard.
Here's the list of features:
Full-featured search UI (instant search, geosearch) for campaigns, volunteer events and aids
Fundraising and donations
Volunteering
Receiving aids
Managing organization/charity members
FYI, this is my first full stack project before graduation! I have included all the resources that I used while developing this project in each of the repo's README.
Links for the GitHub repos:
Fronted (Next.js monorepo): https://github.com/myhearty-org/myhearty
Backend (Rails API): https://github.com/myhearty-org/myhearty-api
Documentation: https://github.com/myhearty-org/myhearty-documentation
I hope this project can be a useful reference for new learners like me that want to integrate Rails with a frontend framework. Thank you!