https://github.com/jzolo22/goodfriend-backend
An app to manage your loved ones' important events!
https://github.com/jzolo22/goodfriend-backend
api ruby ruby-on-rails
Last synced: 3 months ago
JSON representation
An app to manage your loved ones' important events!
- Host: GitHub
- URL: https://github.com/jzolo22/goodfriend-backend
- Owner: jzolo22
- Created: 2021-01-13T02:58:38.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-02-02T17:03:13.000Z (over 5 years ago)
- Last Synced: 2025-03-23T18:33:58.962Z (over 1 year ago)
- Topics: api, ruby, ruby-on-rails
- Language: Ruby
- Homepage: https://goodfriend.netlify.app/
- Size: 146 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# goodfriend
goodfriend is an app designed to make it easy to keep track of the important events in the lives of the people you care about. It also has applications for small businesses - there is no better way to show you care than by remembering the important moments in the lives of your customers! If you can tailor your product to those events, even better :)
## Demo
Take a look at the app in [action](https://youtu.be/sjHAAJeoVFM) or visit it [live](https://goodfriend.netlify.app/)!
## Tech Stack
The back end uses Ruby on Rails as an API. The front end uses React and Redux for managing state and you can visit it [here](https://github.com/jzolo22/goodfriend-frontend)!
## Project Status
Some potential improvements to come:
* the option to be private until friend request has been accepted
* the option to allocate users to different categories (i.e. close friends, family, acquaintances, customers, and see events for a whole category at once)
## Special Thanks
The link image capture feature was made possible with this gem!
[link-thumbnailer](https://github.com/gottfrois/link_thumbnailer)