Create a default admin account that has complete access to the whole API. Related to #67
Requirements
Admin account is created when the application launches
If it already exists, don't do anything
When a token is created for the admin user, it should have all the scopes
The admin user will have complete access to the whole API
Create a default admin account that has complete access to the whole API. Related to #67
## Requirements
* Admin account is created when the application launches
* If it already exists, don't do anything
* When a token is created for the admin user, it should have all the scopes
* The admin user will have complete access to the whole API
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.
Create a default admin account that has complete access to the whole API. Related to #67
Requirements