Skip to content

antonzakha/bemo-test

Repository files navigation

Laravel Kanban Board

Kanban Board using Laravel with Vue.js

Clone and follow the steps below to use the application (run commands while in project directory)

1. Change file name .env.example to .env and configure it as needed.
2 Edit the .env file and add your database credentials (you will need to have made a database for the project to use)
3. Update Composer (for vendor folder)
$ composer update
4. Generate Key for Laravel Application
$ php artisan key:generate
5. Install node modules
$ npm install
6. Compile assets
$ npm run dev
7. Now run migrations
$ php artisan migrate
8. Lastly, start the server
$ php artisan serve

About

Test task for BeMo - Kanban Board

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published