POMAS is a website-based application combined with laravel framework, bootstrap, and MySQL. Using website applications such as POMAS, can make it easier for users to access project management data quickly and easily and flexibly on any device and anywhere.
-
Download or clone the project.
-
Open terminal and run this command.
composer install
npm install && npm run dev -
Create env file from
env.example. Setup environment -
Create database in your local and named it "pomas"
-
After that, run the command below. this command will create table and generate data dummy
php artisan migrate --seed
-
Then, run
php artisan serveto run laravel.
Password: pomas1234
| Username | |
|---|---|
| beta@pomas.com | beta |
| alpha@pomas.com | alpha |
| jafrick@pomas.com | jafrick |
You can see default user in database\seeders\UserSeeder.php