- Clone the repo and
cd
into it composer install
- Rename or copy
.env.example
file to.env
- Set your database credentials in your
.env
file - NOTE: this particular project uses an SQLite database located in
api/database/database.sqlite
- run
php artisan migrate:fresh --seed
to create the database table and seeds for them php artisan serve
npm install
npm run dev
- Visit
localhost:3000
in your browser
for the design in Adobe Xd visit https://xd.adobe.com/view/e5fceb69-5fd7-4dab-9287-dd9a65b93a8d-b0af/