#Nestjs with Fastify with Supabase database and Drizzleorm

8 messages · Page 1 of 1 (latest)

round pumice
#

Hello

Anybody here who has a solid starting ground for a combination of Nestjs with Fastify with Supabase (Postgres) and Drizzleorm?
I'm struggling with the base work to get it all working.

My goal is to build my backend with Nestjs and Fastify and frontend with Nextjs to consume that API.
For auth I'm also not sure yet what to do best, as there is so much possible with Nextauth, Lucia, Supabase auth SSR, ...
I need to secure my API endpoints (api key) but also my frontend routes that fetch data via the API.
I'm kind of lost in the woods wiht so many trees lol.

ideally I want everything in a mono repo, but for now I think I keep it simple first and then try to rework it into a mono repo later, unless it's better to start from a monorepo immediately?

If anybody can help out with some solid starter repo, tutorials, video's, ... anything is welcome.
Paid work is also possible, please let me know in a DM.

Thanks!

round pumice
#

Anybody?

indigo totem
#

@round pumice you found any lead?

round pumice
#

This is the readme and goals:

pnpm
Nestjs API backend
Swagger for API documentation
Drizzleorm as the ORM
Supabase as the database
Nextauth for authentication with Supabase RLS
Nextjs frontend
Tailwindcss for styling
Shadcn for the UI components

#

Maybe I will change some parts while ongoing but this is the gist.

Also forgot to mention fastify in my readme 🤣
Will have to update that in next commit

indigo totem
#

im doing the same thing, but I encounter weird bug, some controller supabase is working but some not working at all. It the same code :'/

prime jacinth
#

Hello @round pumice , is this starter template available?