Looking for projects that use next, postgres+drizzle. sharing directories, github, ideas & guidance
Unanswered
omer posted this in #help-forum
omerOP
Hi, im a high school student creating a simple project with routing, authentication, users management and a search bar. Im planning to use NextJS (Typescript) with postgresSQL as the data access layer and Drizzle as the object relational mapping, using ShadcnUI for the user interface, AuthJS/NextAuth for authentication.
If anyone is using the same technologies i would be grateful if you will be willing to share how your root directory looks like (especially src) or even share your project via GitHub, thank you
If anyone is using the same technologies i would be grateful if you will be willing to share how your root directory looks like (especially src) or even share your project via GitHub, thank you
3 Replies
@omer Hi, im a high school student creating a simple project with routing, authentication, users management and a search bar. Im planning to use NextJS (Typescript) with postgresSQL as the data access layer and Drizzle as the object relational mapping, using ShadcnUI for the user interface, AuthJS/NextAuth for authentication.
If anyone is using the same technologies i would be grateful if you will be willing to share how your root directory looks like (especially src) or even share your project via GitHub, thank you
you can see some example in #nextjs-showcase or #community-content
@B33fb0n3 you can see some example in <#1159349244256342027> or <#1159354268353036349>
omerOP
yeah just scrolling through all of the posts feels endless while im trying to find the specific setup im looking to find and learn about
@omer yeah just scrolling through all of the posts feels endless while im trying to find the specific setup im looking to find and learn about
I guess the exact setup, that you are searching is impossible (or just very hard), but the stuff, that you mentioned (and parts of it) is mostly used inside them