sergiomaia / supstacker_demo

Supplement sharing app

Home Page:https://web-crunch.com/posts/supplement-stack-sharing-app-ruby-on-rails/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Let's Build: A Supplement Stack Sharing App with Ruby on Rails

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:

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.

About

Supplement sharing app

https://web-crunch.com/posts/supplement-stack-sharing-app-ruby-on-rails/


Languages

Language:Ruby 42.3%Language:HTML 36.1%Language:CSS 10.2%Language:JavaScript 10.0%Language:Dockerfile 1.2%Language:Shell 0.2%