Skip to content

Backend test for a job application at clickdelivery

Notifications You must be signed in to change notification settings

locojuhi/backend-test

Repository files navigation

Requiremnents

  • PHP >= 5.6.4
  • OpenSSL PHP Extension
  • PDO PHP Extension
  • Mbstring PHP Extension
  • Tokenizer PHP Extension
  • XML PHP Extension

Installing

Once you have cloned the project on your pc you should have a folder with named backend-test open your favorite text editor and edit the file .env using your mysql credentials

DB_HOST=127.0.0.1
DB_PORT=3306
DB_DATABASE=backend-test
DB_USERNAME='user'
DB_PASSWORD='secret password'

then open a terminal and type

  cd backend-test

then migrate the database tables running at terminal

php artisan migrate --seed

finally all you need to do is run laravel server in your terminal type

php artisan serve 

default port is 8000 if you want to use the port 80 you should type

php artisan serve --port=80

External libs used

  • Adminlte for serve css style a js feature
  • Jquery Validator for Front validations forms
  • Bootstrap

License

The Laravel framework and this project is open-sourced software licensed under the MIT license.

About

Backend test for a job application at clickdelivery

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published