Skip to content

mafia99/tretti

Repository files navigation

Build Status Total Downloads Latest Stable Version License

About This Assignment

  • Clone this App and from the terminal run composer to install all the dependencies ($ composer update)

  • Create a DB and in .env file in root of this app change DB credential accordingly

  • Run migration and Seed command from terminal $ php artisan migrate $ php artisan db:seed --class=ProductTableSeeder $ php artisan db:seed --class=CurrencyTableSeede

  • Setup a Virtual host if you want.

  • DB Schemea Explantation for some important fields Product: id integer unsigned: since its going to be auto increment no need for signed integer field product_name varchar(100) indexed: product_price decimal(10,2): In order to preservice exact presesion for a monetary filed

  • Real-time event broadcasting.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published