Skip to content

luizalbertobm/jobs

Repository files navigation

Jobs Platform

Welcome to the Jobs Platform. The best application developed with Laravel Framework.

Requirements

To run that you need to have the following apllications installed:

How to run

  1. Clone this repository in your local machine:
git clone https://github.com/luizalbertobm/jobs.git
  1. Access the created directory:
cd jobs
  1. Install Composer dependencies:
composer install
  1. Rename the .env.example file
mv .env.example .env
  1. Run this command to up the docker containers:
vendor/bin/sail up
  1. Finally, run database migrations:
vendor/bin/sail artisan migrate:fresh --seed

Now just enjoy it

Access http://localhost:8080/ on your browser.

About

A job platform developed with Laravel Framework

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors