Skip to content

RestFul apis to manage products, reviews and user authentication (OAuth)

Notifications You must be signed in to change notification settings

lilprod/Ecommerce-RestFul-Api

 
 

Repository files navigation

Ecommerce RestFul Api Laravel

  • Laravel

  • Passport Package

  1. Clone the project

  2. install packages via this command : composer:install

  1. Connect to your own database and run database migration : php artisan migrate
  1. Run database Seeder to make some fake Users,Products and Product Reviews : php artisan db:seed
  • The api Collection(postman) : https://www.getpostman.com/collections/249eba70da464d3ad40d

  1. Import apis to your post man

  2. You can get access token for a user with OAuth/Get Token api and change value of the {{auth}} Environment

Done.

Be Happy:)

About

RestFul apis to manage products, reviews and user authentication (OAuth)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 81.9%
  • Blade 17.1%
  • Other 1.0%