Web App

Admin

The admin dashboard in staarter.dev provides a centralized interface for managing users and other administrative tasks.

Becoming an Admin

Become an Admin
Become an Admin

To become an admin in staarter.dev, follow these steps:

  1. If not yet done, sign up as a user.
  2. Start the Prisma Studio by running yarn db:studio.
  3. Locate your user in the User table.
  4. Update the role field to ADMIN.
  5. Save the changes.

After completing these steps, you should have admin access to the dashboard.

Previous
Using the API