Expertease is your go-to platform for freelance expertise. Whether you're a freelancer offering your skills or a client in search of top talent, Expertease connects you effortlessly. Find experts in a variety of fields, from web development and graphic design to content writing and more. Join our community and tap into a world of freelance excellence. Welcome to Expertease, where skills meet opportunity.
Clone the project
git clone https://github.com/Oecophyllaa/expertease.git
Go to the project directory
cd expertease
Install dependencies
composer install
npm install
npm run dev
Migrating tables
cp .env.example .env
php artisan key:generate
php artisan migrate --seed
Start the server
php artisan serve