Skip to content

hamog/task-management

Repository files navigation

Task Management

A demo application to illustrate how Inertia.js works.

Installation

Clone the repo locally:

git clone https://github.com/hamog/task-management.git
cd task-management/

Install PHP dependencies:

composer install

Install NPM dependencies:

npm ci

Build assets:

npm run dev

Setup configuration:

cp .env.example .env

Generate application key:

php artisan key:generate

Create a MySQL database and update your configuration in .env file.

Run database migrations:

php artisan migrate

Run database seeder:

php artisan db:seed

Run the dev server (the output will give the address):

php artisan serve

You're ready to go! Visit Task Management in your browser, and login with:

Running tests

To run the tests, run:

php artisan test

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published