Notes App (BoomTown Coding Test)

How to initiate the app

  1. In .env update the DB_DATABASE to be the full path to database.sqlite file
  2. npm install && composer install

How to run the app

  1. npm run dev
  2. php artisan serve

How to view the app

Go to http://127.0.0.1:8000/ in browser

Relevant files

  1. app/Http/Controllers/NoteController.php
  2. app/Note.php
  3. database/migrations/2019_08_06_005827_create_notes_table.php
  4. resources/*
  5. routes/api.php
  6. routes/web.php