Teste vocacional da Feira das profissões | UNIDESC
Home | Form |
---|---|
Questions | Results |
---|---|
Results | Results |
---|---|
Mail Result |
---|
- PHP 7.2
- Composer
- MySQL 8
$ git clone https://github.com/gepittes/unidesc-vocacional
$ cd unidesc-vocacional
$ composer install
$ cp .env.example .env
$ php artisan key:generate
Configure your database in .env
DB_CONNECTION=mysql
DB_HOST=127.0.0.1
DB_PORT=3306
DB_DATABASE=your_db
DB_USERNAME=root
DB_PASSWORD=123456
$ php artisan migrate --seed
$ php artisan serve
Check app in http://localhost:8000/
Gabriel Roque | Jadilson Guedes |
---|---|
Github | Github |
Contributions, issues and feature requests are welcome!
Feel free to check issues page.
Give a ⭐️ if this project helped you!