Skip to content

ItsSalman99/Room-Share

Repository files navigation

Room-Share

How to use this app?


  • 1) Clone this repo.
  • 2) Run -> (composer install) in terminal.
  • 3) Run ->(npm install).
  • 4) Run ->(npm run dev).
  • 5) Add .env file & copy .env.example code to .env
  • 6) Create database & add db credentials to .env.
  • 7) Run ->(php artisan migrate).
  • 8) Run ->(npm run dev).
  • 9)This app is also using email verification, So enter your mailtrap or any email testing tools credentials in .env to use that feature.

Thanks