DevsToHire is part of the work I've done in the context of my end of studies' project. It is aimed to be a platform where freelancers and professionals meet and help each other.
The goal of this website is to give the opportunity to :
- Freelancers
- to improve their visibility online
- to boost their reputation on the web
- to give them the opportunity to earn money off their passions and hobbies
- Companies
- to find new recruits
- to get their tasks done
Most job and task offers present on the application will allow freelancers to work at home, as it has become a booming requirement in employment searches since the COVID pandemic.
This project has been entirely made with the help of the Laravel framework
To get the project up and running, make sure to follow these steps :
- Get the project on your machine
- Download the project here
- Or clone it with
git clone https://github.com/mvker/DevsToHire.git
- Open the downloaded folder in your terminal and run
php composer install- You might get an error where your terminal isn't able to find
composer- In case that happens, go to Composer website and run the script on the top of the page
- When that's done, run
php composer.phar install
- Get the .env file ready
cp .env.example .env
- Generate an encryption app key
php artisan key:generate
- Configure the database
- DB_USERNAME should be
root - DB_PASSWORD should be
root - DB_DATABASE should be
devstohire - DB_PORT should be
3306 - DB_HOST should be
127.0.0.1orlocalhost
- DB_USERNAME should be
- Fill the Database with tables and a set of data
php artisan migrate --seed
This should be it ! Make sure to run the local server by running php artisan serve and you should be good to go !
The Laravel framework is open-sourced software licensed under the MIT license.
DevsToHire is an application licensed under the MIT license.