Skip to content

Freelancer-bl is a crowdsourcing marketplace website, which allows potential employers to post jobs that freelancers can then bid to complete. It was inspired by Freelancer.com. Developed with Laravel and Bootstrap. You can clone and modify it for your next project. A live preview is available at

maryamkhidir/freelancer-bl

Repository files navigation

Getting started with Freelancer-bl

Installation

Please check the official laravel installation guide for server requirements before you start. Official Documentation

Clone the repository

git clone git@github.com:maryamkhidir/freelancer-bl.git

Switch to the repo folder

cd freelancer-bl

Install all the dependencies using composer

composer install

Environment configurations

Copy the example env file and make the required configuration changes in the .env file

cp .env.example .env

Generate a new application key

php artisan key:generate

Database migrations

Run the database migrations (Set the database connection in .env before migrating)

php artisan migrate

Start the local development server

php artisan serve

You can now access the server at http://localhost:8000

How to thank me

  • Star this repository and create a project with it :)
  • How to contact me

    Email: maryamolaide95@gmail.com or on twitter: @browwnn_sugar

    About

    Freelancer-bl is a crowdsourcing marketplace website, which allows potential employers to post jobs that freelancers can then bid to complete. It was inspired by Freelancer.com. Developed with Laravel and Bootstrap. You can clone and modify it for your next project. A live preview is available at

    Resources

    Stars

    Watchers

    Forks

    Releases

    No releases published

    Packages

    No packages published