https://github.com/justalever/supstacker_demo
Supplement sharing app
https://github.com/justalever/supstacker_demo
parser rails ruby ruby-on-rails scraping turbo
Last synced: about 1 year ago
JSON representation
Supplement sharing app
- Host: GitHub
- URL: https://github.com/justalever/supstacker_demo
- Owner: justalever
- Created: 2023-12-02T22:53:09.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-05T19:21:09.000Z (over 2 years ago)
- Last Synced: 2024-10-09T13:05:24.938Z (over 1 year ago)
- Topics: parser, rails, ruby, ruby-on-rails, scraping, turbo
- Language: Ruby
- Homepage: https://web-crunch.com/posts/supplement-stack-sharing-app-ruby-on-rails/
- Size: 3.95 MB
- Stars: 3
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

# Let's Build: A Supplement Stack Sharing App with Ruby on Rails
Welcome to my latest Let’s build series.
Over the course of time I’ve added a number of these builds which have seemed to resonate with a lot of my audience.
I find these both useful from first principles product ideas but also nice way to practice for myself to see how quickly I can build an MVP of product ideas I have. Luckily with Rails, this can be done in little time
## Useful links
This guide is both in written and video format. Find both here:
- 🔗 Source code: https://github.com/justalever/supstacker_demo
- 📕 Written version: https://web-crunch.com/posts/supplement-stack-sharing-app-ruby-on-rails/
- 📺 Playlist: https://youtube.com/playlist?list=PL01nNIgQ4uxOhHYZd6THGIFVBALJZCcpM&si=kbdUW1JbM551tC-i
## Supstacker data modeling
- `User` - The model responsible for a given entity who might add and share supplment stacks.
- `Stack` - A collection of products a user can share.
- `Product` - Get's shared inside a Stack. Has richer data like price, description, title, etc.
- `Brand` - The brand of the supplement. One brand per supplement.