Skip to content

Latest commit

 

History

History
33 lines (25 loc) · 713 Bytes

README.md

File metadata and controls

33 lines (25 loc) · 713 Bytes

PLEASE FOLLOW THE STEPS BELOW BEFORE ANYTHING ELSE

Please follow the steps below:

  1. Make sure you have installed the following
  • PHP Version 8 or higher
  • Composer
  • NPM(Node)
  1. Clone the repository in your local directory
  2. Open terminal and redirect to the file location.
  3. In your localhost, make sure to create an empty database and update .env file to change Database Details.
  4. Run commands below:
php artisan key:generate
npm install && npm run dev

In another terminal, run:

php artisan migrate:fresh --seed
php artisan serve
  1. Use the below details for login as user registration was skipped and have a user account seeded.
[email protected]
testpassword

Enjoy!!