A Social media webapp similar to Instagram. Made because I kinda enjoy making full-stack webapps 👍. Btw, the last time I tried to make something more complicated with SvelteKit and a BaaS, it didn't end up well (that project is deleted tho).
But I think, that it was because I was a beginner and I used Firebase. And I didn't even use it the right way - the file structure was basicly f*cked screwed and I constantly had problems with user auth.
However I think, that this one will turn out to be good.
And also, I'm making all of my projects myself, with no tutorials whatsoever, because watching someone code for 5 hours isn't the right way to learn programming.
git clone https://github.com/Honzoraptor31415/Futuregram.git
npm i
Create a .env
file at the root of the project, copy/paste the content from the .env.example
in it and replace every environment variable with a valid one that you created.
npm run dev