The API Documentation Diskominfo project aims to provide detailed documentation for the API managed by Diskominfo.
To set up the API Documentation Diskominfo project, please ensure that your system meets the following requirements:
- Laravel 9
- PHP 8.0 or higher
- MySQL 5.7 or higher
- Node 18 or higher
- Composer 2.5 or higher
After ensuring the system requirements are met, follow these steps to set up the project:
- Run the following commands in your project directory:
composer install- Copy the
.env.examplefile and rename it as.env. Make sure to configure the.envfile with the necessary settings. - Generate an application key by running the following command:
php artisan key:generate- Migrate the database tables by running the following command:
php artisan migrate- Don't forget to generate JWT secret for the application.
php artisan jwt:secret- Seed the database with initial data by running the following command:
php artisan db:seedAdministrator
Email: admin@gmail.com
Password: password
