Super Admin
Learn how to change your role to admin.
Once you have the authentication and the database configured, you can change your role to admin.
Create an account
If you haven't already, create an account at http://localhost:3000/signup.
This saves the user in the database.
Change the role
Go to Prisma Studio at http://localhost:5555.
Open the User collection and find the user you just created.
Change the role field from user to admin.
Save the changes.