Skip to content

civilcoder55/laravel-auction-api

Repository files navigation

Logo

Laravel AuctionAPI

Laravel demo api app for Auctions .

Installation

  1. Clone the repo

    git clone https://github.com/civilcoder55/AuctionAPI.git
  2. Install packages

    composer update
  3. Rename .env.example to .env and update configurations

  4. Run migrations

    php artisan migrate:fresh
  5. Run server

    php artisan serve
  6. Run Queue worker

    php artisan queue:work
  7. Run Schedule worker

    php artisan schedule:work

Usage

go to swagger ui and explore endpoints http://localhost:8000/api/documentation

swagger ui looks like this: Demo-Api

Built With

About

Laravel demo api app for Auctions .

Resources

Stars

Watchers

Forks

Languages