Clone the repo and change to project directory
git clone git@github.com:anandubajith/NIT-C-Complaint-Management.gitcd NIT-C-Complaint-Management
Install the dependencies
composer installyarn
Setup the env file by copying .env.example
cp .env.example .envphp artisan key:generate
Fill in the database credentials in .env
Google OAuth tokens can be obtained from here
Run the migrations
php artisan migrate
Run the app
php artisan serveyarn watch