A project collaboration web application built with laravel, vue.js
- Clone and cd into the repo
- Install all composer and npm dependencies
- Create a .enc file in the root of the application
- Create a mysql database and enter it's details in the .env file
- Migrate the database structure for this app by running
php artisan migrate - Startup the php server with
php artisan serve - Navigate to
http://localhost:8000/to access the app