Skip to content

My first ever web app project using PHP Laravel framework

Notifications You must be signed in to change notification settings

jiinkee/laravel-test

 
 

Repository files navigation

Supplycart Interview Test

Instructions

  • Fork this repo to your github account
  • Complete the tasks given
  • Once completed, create a PR to this repository

Tasks

(/) As user, I want to be able to register an account
(/) As user, I want to be able to login using registered account
(/) As user, I want to see list of products after login
(/) As user, I want to be able to add product to cart
(/) As user, I want to be able to place order for added products in cart
(/) As user, I want to be able to logout

Bonus Tasks

  1. Verify email after registration
  2. Order history
  3. Deploy app to a server

About

My first ever web app project using PHP Laravel framework

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 75.3%
  • Blade 23.7%
  • Other 1.0%