Habit-tracking app that helps you stay accountable and see a "big picture" of your habits situation.
- PHP 8
- Composer
- PostgreSQL
- Install dependencies:
composer install
- Make a new configuration file:
cp .env.example .env
- Generate encryption key:
php artisan key:generate
-
Edit
.env
file to set your database credentials. -
Execute database migrations and run "seeding" by using
--seed
option:
php artisan migrate --seed
LaraJam 2021 entry.