Nothing Special   »   [go: up one dir, main page]

Skip to content
/ habits Public

Habit-tracking app that helps you stay accountable and see a "big picture" of your habits situation

Notifications You must be signed in to change notification settings

osbre/habits

Repository files navigation

Habit-tracking app that helps you stay accountable and see a "big picture" of your habits situation.

Instructions

Requirements

  • PHP 8
  • Composer
  • PostgreSQL

Getting started

  1. Install dependencies:
composer install
  1. Make a new configuration file:
cp .env.example .env
  1. Generate encryption key:
php artisan key:generate
  1. Edit .env file to set your database credentials.

  2. Execute database migrations and run "seeding" by using --seed option:

php artisan migrate --seed

LaraJam 2021 entry.

About

Habit-tracking app that helps you stay accountable and see a "big picture" of your habits situation

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published