This is a simple weight tracker that allows you to track your weight and see a chart of your progress over time.
- Clone the repository
- Run
composer install
- Copy
.env.example
to.env
and fill in the values - Run
php artisan key:generate
- Run
php artisan migrate
- Run
php artisan serve
- Visit
http://localhost:8000
in your browser