nikdav
TTCTheo's Typesafe Cult
•Created by nikdav on 7/23/2023 in #questions
Website for local/generic barber
I want to create and host a website for my local barber mainly as a hobby project to get some practical experience.
Just think of a generic barber website.. Content will probably just include some pictures, maybe a contact form, opening hours and offerings so mostly static. Maybe an admin view to update content.
I already have experience with the T3-Stack, vercel, planetscale, .net core mvc and bootstrap.
What would be the optimal tech stack? Also, what about hosting (vercel? + something for DB)?
15 replies
TTCTheo's Typesafe Cult
•Created by nikdav on 11/8/2022 in #questions
Purpose of auth.ts file
Is it just there to showcase the use of protectedProcedure or what should generally go in there? Let's say I have a recipe app and I want only logged in users to be able to create a recipe. I suppose I'd have to use the protectedProcedure in a file like "recipe.ts" and not "auth.ts" to do that, right?
Thank you!
4 replies