5. Set up the database using the Prisma schema (found in `prisma/schema.prisma`)
```sh
npx prisma db push
npx prisma migrate deploy
```
6. Run (in development mode)
```sh
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.