Skip to content

Latest commit

 

History

History
44 lines (29 loc) · 562 Bytes

README.md

File metadata and controls

44 lines (29 loc) · 562 Bytes

asgharfurniture

Steps to follow to run this project

  1. Create Env file
  cp .env.example .env
  1. Generate the key
  php artisan key:generate
  1. Connect with Database

  2. Install composer

  composer install
  1. Connect the Database

  2. Run Migration

  php artisan migrate
  1. Command to Create a user
  php artisan db:seed
  1. Run the application
  php php artisan serve
  1. Now you can use the application a postman collection is available in this repository to check the api