Skip to content

TechJob Domain Driven Design . An app for listing Laravel gigs/jobs.

License

Notifications You must be signed in to change notification settings

joserodny/TechJob

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status Total Downloads Latest Stable Version License

Migrations

To create all the nessesary tables and columns, run the following

php artisan migrate

Seeding The Database

To add the dummy listings with a single user, run the following

php artisan db:seed

File Uploading

When uploading listing files, they go to "storage/app/public". Create a symlink with the following command to make them publicly accessible.

php artisan storage:link

Running Then App

Upload the files to your document root, Valet folder or run

php artisan serve

License

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

About

TechJob Domain Driven Design . An app for listing Laravel gigs/jobs.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published