Below is the steps to setup the project
- [clone the repo].
- [ run composer install command]
- [ create database CREATE DATABASE interview CHARACTER SET utf8 COLLATE utf8_general_ci;]
- [ replace env.sample file to .env and set database credential]
- [ run migration command database php artisan migrate]
- [ run seeds command database php artisan db:seed]
- [ run serve command php artisan serve]
- [ follow the url after serve command http://127.0.0.1:8000/user]