This is a small Laravel Trello clone application. It is still in progress as this repo is being updated every now and then
Getting started is very easy.
I believe you already have a working knowledge of Laravel, Vue Js, Graphql and Tailwind CSS
Via SSH (recommended):
git clone [email protected]:jmkolawole/Laravel-Graphql-Vuejs-TailwindCss-Trello-clone-.git
Note that to use SSH, you'll need to generate an SSH key and add it to your Gitlab account.
Or via HTTPS:
git clone https://github.com/jmkolawole/Laravel-Graphql-Vuejs-TailwindCss-Trello-clone-.git
Change directory to your project folder and run:
composer install
Create a .env file from .env.example file provided in the cloned project
cp .env.example .env
Set up your database
php artisan key:generate
php artisan migrate --seed
npm install
npm run dev
Cheers! You have successfully setup the application. :+1: :+1: :+1: