Skip to content

A freelance web app connects freelancers and clients, simplifying job posting, bidding, project management, and payments.

Notifications You must be signed in to change notification settings

rayen-creator/Freelance_app

 
 

Repository files navigation

Freelance app

GitHub repo size GitHub contributors GitHub Top language

About the app

A freelance web app connects freelancers and clients, simplifying job posting, bidding, project management, and payments.

Laravel Logo

Prerequisites

  • php 8
  • composer
  • laravel V9
  • mysql

Installation

1- clone project

$ git clone https://github.com/GhaithBrzig/LaravelProject

2- Install packages

$ composer install

3 -create database

$ php artisan db:create

run server

$ npm run dev
$ php artisan serve

Usefull command

1- create model with migration file

$ php artisan make:model <entite's name> -m

2- Migration

  • $ php artisan make:migration create_<table_name>_table
    
  •  $ php artisan migrate
    

About

A freelance web app connects freelancers and clients, simplifying job posting, bidding, project management, and payments.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Blade 32.6%
  • JavaScript 26.1%
  • CSS 15.7%
  • PHP 13.2%
  • HTML 12.4%