Skip to content

hamzahjamad/headhunters

Repository files navigation

Build Status

About HeadHunters

Headhunters is a local Tshirt brand in Sabah known as Headhunter Clothing, meanwhile this is a simple webapp to manage the orders. This webapp are build on top Laravel framework.

Setting Up

Interested on testing it on your own machine? Read this list on how to make it working.

  1. Download or clone this repository , either to your machine or your own server.
  2. In your server or machine, create a new database
  3. Copy .env.example to .env
  4. Change the DB_DATABASE=homestead DB_USERNAME=homestead DB_PASSWORD=secret into the new database name you created earlier, then put the username and password
  5. Install everything by running this command in the terminal, "composer install" , without the quotes
  6. Run the generating key command in the terminal as well, "php artisan key:generate" , without the quotes
  7. Run the migration command in the terminal, "php artisan migrate", without the quotes
  8. Inserting the seeder into database, "php artisan db:seed", without the quotes
  9. Lastly make a symbolic link from our storage into public directory, "php artisan storage:link" , without quotes
  10. Now everything are ready to use, open your browser and test it.

Demo Site

Too lazy to set it up on your machine? Here try the demo site on Heroku.

http://headhunters-demo.herokuapp.com

Try login using these email , the password is "secret" , without the quote

Please note, the database will be reset every one hour. So, every data you create and save on the demo site will perish.

Screenshots

Well, the design is very basic. But i will put it here anyway.

Batch

Creating a batch create batch

Viewing all batch all batch

Viewing one batch view batch

Order

Creating a order create order

create order

create order

create order

View all order view order

view order

Security Vulnerabilities

If you discover a security vulnerability within this webapp, please send an e-mail to Hamzah Jamad at [email protected]. All security vulnerabilities will be promptly addressed.

License

This webapp is open-sourced software licensed under the MIT license.