/Web-FloweltoShop

COMP6051 LAB Project

Primary LanguagePHP

Web-FloweltoShop

Flowelto Shop is a website to find information about Flowelto Shop's products and order it. There are three types of user's role in this website: Manager (Admin), Customer, and Guest (non-logged-in user). The manager can manage the products sold on the website, the customer can look at the information and purchase the products, while the guest can only look at the information of the products.

Contributors


Andreas Martin

Edward Keitaro

Creative Thinking

  • Use SOFT DELETE to keep data integrity on transaction history page.
  • Create a lot of view components to prevent duplicate codes.

Deployment

  • Create MySQL database named floweltoshop on 127.0.0.1:3306 with root username and no password. You can customize the ip address, port, database username or password based on your own machine setup.
  • Run composer install to download all dependencies needed.
  • Run cp .env.example .env && php artisan key:generate to prepare all important data.
  • Run php artisan storage:link to create symbolic link to public storage directory.
  • Run php artisan migrate --seed to create and fill the database.
  • Run php artisan serve and access the webapp on localhost port 8000.

References

Here a list of URLs that had been accessed and (maybe) give some insights to this project

Image Resources


Build Status Total Downloads Latest Stable Version License

About Laravel

Laravel is a web application framework with expressive, elegant syntax. We believe development must be an enjoyable and creative experience to be truly fulfilling. Laravel takes the pain out of development by easing common tasks used in many web projects, such as:

Laravel is accessible, powerful, and provides tools required for large, robust applications.

Learning Laravel

Laravel has the most extensive and thorough documentation and video tutorial library of all modern web application frameworks, making it a breeze to get started with the framework.

If you don't feel like reading, Laracasts can help. Laracasts contains over 1500 video tutorials on a range of topics including Laravel, modern PHP, unit testing, and JavaScript. Boost your skills by digging into our comprehensive video library.

Laravel Sponsors

We would like to extend our thanks to the following sponsors for funding Laravel development. If you are interested in becoming a sponsor, please visit the Laravel Patreon page.

Premium Partners

Contributing

Thank you for considering contributing to the Laravel framework! The contribution guide can be found in the Laravel documentation.

Code of Conduct

In order to ensure that the Laravel community is welcoming to all, please review and abide by the Code of Conduct.

Security Vulnerabilities

If you discover a security vulnerability within Laravel, please send an e-mail to Taylor Otwell via taylor@laravel.com. All security vulnerabilities will be promptly addressed.

License

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