-
Notifications
You must be signed in to change notification settings - Fork 2
Description
You tried in this your Video series-- https://www.youtube.com/playlist?list=PLMNlJhtpYhiVcdB7UiIkoc6AKV4P-6bp8
But it was not very helpful to local host users.
Now, my pathway was to run Postgres database locally and create my Schema locally.
In this way, I won't be dependent on settings from Neon, or Supabase and so on--- where they would have already done most backend configurations for me.
I wanted to learn the real Drizzle and real backend process using NodeJS, and your video wasn't helpful in that regards.
Please do another Drizzle ORM course that focuses on local development without server architectures like Docker, Supabase, Neon and so on.
Let it just be NodeJS, Postgres and TypeScript set up-- where you will walk us through, step-by-step, and not assume that we already know something somewhere.
Then create a Schema that includes Phone Number fields with constraint set for the number to not be more than 11 digits, the Database should have fields to store images, and a field that allows users to add multiple social links.
Things like Education, Work, Places lived, Achievements, and Favourite quotes -- requires the user to enter more than one item.
Explain the Data types in Postgres that is used to capture these kinds of information from users.
Regards.