The only codebase required to build your SAAS app
Use this for auth setup: https://github.com/Hairetsucodes/NJS14-Portfolio/blob/master/middleware.ts
Steps to make prisma changes(intial as well as update)
- Install Prisma
- Create migration files using prism:generate
- Migrate prisma schema changes to db using prisma:migrate
- Open prisma studo to check changes
- Use seed command for seeding db with initial data