That's mostly it! You have a fully running laravel installation with Sanctum, all configured.
That's mostly it! You have a fully running laravel installation with Sanctum, all configured.
## Database Migration and Seeding
## Database Migration and Seeding
@ -47,3 +53,14 @@ php artisan db:seed
```
```
Please note that the default admin user is **admin@hydra.project** and default password is **hydra**. You should create a new admin user before deploying to production and delete this default admin user. You can do that using available Hydra user management API, or using any DB management tool.
Please note that the default admin user is **admin@hydra.project** and default password is **hydra**. You should create a new admin user before deploying to production and delete this default admin user. You can do that using available Hydra user management API, or using any DB management tool.
## List of Default Routes
Here is a list of default routes. Run the following artisan command to see this list in your terminal.
```
php artisan route:list
```
