Skip to content

dendik-creation/laravel_ami_be

Repository files navigation

AMI BE By Laravel

AMI is a system used to perform audits on each user and can recap history. This system is integrated with the backend in the other repository.

Authors

Tech Stack

  • Backend : Laravel 10
  • Tools : Laravel Sanctum, ORA for Oracle Database (Optional)

Instruction

  1. Clone and open this repository to your local computer
  2. Run this command for install all dependencies
composer install
  1. Create a database such as mysql, or oracle
  2. Copy .env.example file and rename to .env
  3. open the .env file and change DB_DATABASE value to [database_name]
  4. Run command
php artisan key:generate
php artisan migrate

Now you can run Laravel 10 use command

php artisan serve

About

Audit System Backend By Laravel

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published