Build A Music Streaming App Like Soundcloud! with Ruby on Rails

Ғылым және технология

Hey everyone and welcome back to the channel in this video I am showing you how to build a music streaming app like Soundcloud using Ruby on Rails, this includes the Users, Posts, and Image/Cover Art file attachments then previewing them to look pretty on the page!
If you enjoyed this please Like the video and Subscribe to the channel.
Check out the source code for this Episode on Github:
github.com/indigotechtutorial...
Hope you enjoy, it and much more soon! Leave a comment suggesting new ideas
#webdevelopment #softwaredevelopment #frontend

Пікірлер: 17

  • @jaysont5311
    @jaysont531113 күн бұрын

    This is awesome, I loved it! Learnt so much

  • @indigotechtutorials

    @indigotechtutorials

    12 күн бұрын

    That makes me really happy! I want to make a new video for a music streaming platform since this one has been doing really well!

  • @jaysont5311

    @jaysont5311

    12 күн бұрын

    @@indigotechtutorials honestly it's all your tutorials, been watching a lot of your content. You make everything look easy. Do you have a tutorial explaining the best way to organize your rails app? I'm new to rails, coming from a python background so Im not sure when to use the scaffold vs the other commands

  • @nazarinebeats599
    @nazarinebeats599Ай бұрын

    Great video, hopefully I can use what I've learnt in my project

  • @indigotechtutorials

    @indigotechtutorials

    Ай бұрын

    Awesome glad you thought so and glad it helps! LMK if you have any questions about anything I would be more than happy to help

  • @javiersistemas
    @javiersistemas2 ай бұрын

    You're a crack, my boy ... you need more subscribers 🎉🎉🎉🎉🙂🙂🇻🇪🇻🇪🤝🤝🤝

  • @jaysont5311

    @jaysont5311

    12 күн бұрын

    He definitely needs way more

  • @javiersistemas

    @javiersistemas

    10 күн бұрын

    @@jaysont5311 Yes, sir. Totally agree.

  • @user-fn8zo1dw9b
    @user-fn8zo1dw9b4 ай бұрын

    beast of a tutorial

  • @user-fn8zo1dw9b

    @user-fn8zo1dw9b

    4 ай бұрын

    more of this broo

  • @DaDek9
    @DaDek9Ай бұрын

    It would be really awesome if you could make a tutorial on ruby on rails installation. I've tried twice for hours following tutorials but always end up with some sort of path, gem file or sql error

  • @indigotechtutorials

    @indigotechtutorials

    Ай бұрын

    Hey I want to make this video but I wanted to do it on a new laptop so I can show the whole process from the beginning but for now have you tried following the gorails website installation guide? gorails.com/setup/macos/14-sonoma Its always worked for me with my new devices

  • @nkosisibanda576
    @nkosisibanda5764 ай бұрын

    this was really great..do you do any live coding sessions?

  • @mvellpak7403
    @mvellpak7403Ай бұрын

    Hey! just cloned your project from github and don't know what I should do with database, how can I connect to it, or what should I do?)

  • @indigotechtutorials

    @indigotechtutorials

    Ай бұрын

    This app is using Postgresql so make sure you have that installed and running then to create the database run rails db:migrate then to start the server run bin/dev command like I do in the video! Also if you start the server with no database there will be a page that pops up telling you to create the database and theres an easy button to do it.

  • @mvellpak7403

    @mvellpak7403

    Ай бұрын

    @@indigotechtutorials I got error on the page: connection to server at "::1", port 5432 failed: server closed the connection unexpectedly This probably means the server terminated abnormally before or while processing the request. What can I do here?

  • @indigotechtutorials

    @indigotechtutorials

    Ай бұрын

    ​@@mvellpak7403 sounds like you have postgresql installed but the server isn't running try typing sudo -u postgres psql to login to postgresql console if you are able to do that then it should be working otherwise you need to start the postgres server depending on what platform you are on mac or linux brew services start postgresql or systemctl start postgresql.service

Келесі