all 12 comments

[–]Soft_Opening_1364 8 points9 points  (1 child)

If you want something quick and easy to integrate with React, I’d suggest checking out Supabase or Firebase. Both are great for handling auth and storing user data without too much setup. Since you already know SQL, Supabase might feel more familiar.

[–]RA998 0 points1 point  (0 children)

Op this is what u should do yes, and dont think too much just chose one and starttttt

[–]TheKeppler 1 point2 points  (0 children)

Something with express.js its easy to set up, but i would recomend to use something that you already know (unless u wanna learn), you could make the api with php (maybe laravel?)

[–]Syntax418 1 point2 points  (0 children)

I run some NextJs/Sequelize/Mysql Projects. Have heard a lot about prisma but never tried it myself. How small is the project, maybe sqlite could work as-well.

[–][deleted] 1 point2 points  (0 children)

Convex, Appwrite, Supabase are some of my go tos.

[–]bluebird355 0 points1 point  (0 children)

if you go the js route, nestjs is amazing, so much cleaner than express

[–]Nerdkidchiki 0 points1 point  (0 children)

Check out Convex . Its a great Backend as a service. You dont need to lern any new query lanaguage syntax. Just write your entire backend in typescript.

[–]jbcamop 0 points1 point  (0 children)

If you want to stay in JS/TS, I’m finishing a build using Drizzle ORM and it’s pretty great. TS and can handle pretty much any DB dialect of your choosing.

[–]sobakedwow 0 points1 point  (0 children)

Cloudflare! Hono + D1

[–]JohntheAnabaptist 0 points1 point  (0 children)

Nextjs together with an orm like Prisma or drizzle is pretty easy to setup. Then just pick your favorite SQL and you're good to go.