This is a laravel and vue based project
1. Clone the project
2. cd in to the project folder and run composer install
3. copy the .env.example file using cp .env.example .env
4. generate applicarion key by running php artisan key:generate
5. create the database and update .env file with your database-name, username and password
6. run migrations using php artisan migrate
7. finally run php artisan serve and your project will be served on http://127.0.0.1:8000
8. As a final step you need to run npm install followed by npm run dev