Skip to content

itsnatedel/DevsToHire

Repository files navigation

DevsToHire

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.

How to get started

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 :

  1. Get the project on your machine
    • Download the project here
    • Or clone it with git clone https://github.com/mvker/DevsToHire.git
  2. 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
  3. Get the .env file ready
    • cp .env.example .env
  4. Generate an encryption app key
    • php artisan key:generate
  5. 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.1 or localhost
  6. 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 !

Licenses

The Laravel framework is open-sourced software licensed under the MIT license.

DevsToHire is an application licensed under the MIT license.

About

Repository de mon projet de fin d'études & TFE.

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Contributors