https://github.com/oecophyllaa/expertease
simple freelance service web app using laravel
https://github.com/oecophyllaa/expertease
freelance laravel service tailwindcss website
Last synced: about 2 months ago
JSON representation
simple freelance service web app using laravel
- Host: GitHub
- URL: https://github.com/oecophyllaa/expertease
- Owner: Oecophyllaa
- Created: 2023-11-05T14:31:50.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-15T05:26:57.000Z (over 2 years ago)
- Last Synced: 2025-03-26T10:48:28.166Z (over 1 year ago)
- Topics: freelance, laravel, service, tailwindcss, website
- Language: JavaScript
- Homepage:
- Size: 2.14 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

# ExpertEase
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.
## Run Locally
Clone the project
```bash
git clone https://github.com/Oecophyllaa/expertease.git
```
Go to the project directory
```bash
cd expertease
```
Install dependencies
```bash
composer install
npm install
npm run dev
```
Migrating tables
```bash
cp .env.example .env
php artisan key:generate
php artisan migrate --seed
```
Start the server
```bash
php artisan serve
```
## Authors
- [@Oecophyllaa](https://www.github.com/Oecophyllaa)
## Tech Stack