Skip to content

RobustaStudio/robusta-devops-challenge-backend

Repository files navigation

DevOps Backend Component

This application is built using Laravel framework which is based on PHP. To get the application running you need to ensure the following:

  • Install MySQL Database
  • Create a database
  • Run cp .env.example .env
  • add DB_DATABASE=database_name_created to the created .env file.
  • Run the following commands
    composer install
    
    php artisan key:generate
    
    php artisan migrate
    
  • use TablePlus app to fill table with users data
  • run php artisan serve to have the application up and running

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages