Steps to follow to run this project
- Create Env file
cp .env.example .env
- Generate the key
php artisan key:generate
-
Connect with Database
-
Install composer
composer install
-
Connect the Database
-
Run Migration
php artisan migrate
- Command to Create a user
php artisan db:seed
username: [email protected] password: password
- Storage public
php artisan storage:link
- Run the application
php php artisan serve
- Now you can use the application a postman collection is available in this repository to check the api