Welcome to the Jobs Platform. The best application developed with Laravel Framework.
To run that you need to have the following apllications installed:
- Composer (https://getcomposer.org/)
- Docker (https://www.docker.com/get-started)
- Clone this repository in your local machine:
git clone https://github.com/luizalbertobm/jobs.git- Access the created directory:
cd jobs- Install Composer dependencies:
composer install- Rename the
.env.examplefile
mv .env.example .env- Run this command to up the docker containers:
vendor/bin/sail up- Finally, run database migrations:
vendor/bin/sail artisan migrate:fresh --seedAccess http://localhost:8080/ on your browser.