brexis / logasia-test

Logasia test assignment

Home Page:https://logasia-test.herokuapp.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Logasia test assignment

Build Status

This project uses Laravel 5.3, Angular 1.5.8 with MariaDB database.

Demo

Demo

Requirements

  • Php >=5.6.4
  • MariaDB >= 5.6.0

Installation

  • Create a new MariaDB database
  • Duplicate the file .env.example to .env
  • Change the DATABASE_URL environment variable according to your database name. (Ex: mysql://user:password@127.0.0.1:3306/database)
  • In the project folder run : php artisan migrate
  • Launch the application php artisan serve
  • Browse to the url http://localhost:8000

Testing

Unit tests are available in the folder tests/. Run the tests with the following command:

  • vendor/bin/phpunit

About

Logasia test assignment

https://logasia-test.herokuapp.com


Languages

Language:PHP 74.4%Language:HTML 15.7%Language:JavaScript 9.4%Language:ApacheConf 0.6%