Skip to content

metromatika/pemko-api-documentation-backend

Repository files navigation

Laravel Logo

API Documentation Diskominfo

Introduction

The API Documentation Diskominfo project aims to provide detailed documentation for the API managed by Diskominfo.

Installation

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:

  1. Run the following commands in your project directory:
composer install
  1. Copy the .env.example file and rename it as .env. Make sure to configure the .env file with the necessary settings.
  2. Generate an application key by running the following command:
php artisan key:generate
  1. Migrate the database tables by running the following command:
php artisan migrate
  1. Don't forget to generate JWT secret for the application.
php artisan jwt:secret
  1. Seed the database with initial data by running the following command:
php artisan db:seed

Account

Administrator

Email: admin@gmail.com

Password: password

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •