A realtime search feature with Adonis using Pusher for realtime stuff
Make sure you have npm
and yarn
on your local machine
- Clone this repository and cd into it
- Run
yarn
ornpm install
to download dependencies - Set up your pusher account
- Set up your database in your
.env
file and run phpadonis migration:run
- Execute
npm run asset-dev
to build project assets - Execute
adonis serve --dev
to run the project in your browser - See the tutorial for useful notes
- Adonis
- Vue
- Vuex
- npm or Yarn
- Pusher account