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
yarnornpm installto download dependencies - Set up your pusher account
- Set up your database in your
.envfile and run phpadonis migration:run - Execute
npm run asset-devto build project assets - Execute
adonis serve --devto run the project in your browser - See the tutorial for useful notes
- Adonis
- Vue
- Vuex
- npm or Yarn
- Pusher account
