Skip to content

kgsint/habit-tracker-laravel

Repository files navigation

Habit Tracker with Laravel

Features

  • Authentication
  • Authorization
  • CRUD operations
  • Activity Log
  • API routes and API(token-based) Authentication

Installation and Setup

install required dependencies

composer install
npm install

copy .env.example file to .env :

cp .env.example .env

Generate APP_KEY

php artisan key:generate

To compile and hot reload, run:

npm run dev

Start your development server

php artisan serve