Comment on Show HN: I built a dataset of 25k+ Gumroad products to spot market opportunitiesComments−wx302yHow'd you build the website? Using AWS for anything? Where's the database live?−topofthefortsOP2yHaven't used AWS. Just a VPS, with Laravel and AlpineJS + TailwindCSS with Vite on the frontend. Database is MariaDB, the DB is just on the server.−wx302yI'm new to this and would like to build a service like this one day. What exactly did you use Laravel, alpinejs, tailwind, and vite for? Was it necessary to have 4 different resources?−Alifatisk2yLaravel is propbably for connecting the db with the frontend.Tailwind is for styling.Alpinejs is for sprinkling interactivity on the site.Vite is probably the bundler for all the frontend stuff to minify, vendor etc−topofthefortsOP2yOn point.
Comments
How'd you build the website? Using AWS for anything? Where's the database live?
Haven't used AWS. Just a VPS, with Laravel and AlpineJS + TailwindCSS with Vite on the frontend. Database is MariaDB, the DB is just on the server.
I'm new to this and would like to build a service like this one day. What exactly did you use Laravel, alpinejs, tailwind, and vite for? Was it necessary to have 4 different resources?
Laravel is propbably for connecting the db with the frontend.
Tailwind is for styling.
Alpinejs is for sprinkling interactivity on the site.
Vite is probably the bundler for all the frontend stuff to minify, vendor etc
On point.