Skip to content

Latest commit

 

History

History
36 lines (25 loc) · 1.25 KB

README.md

File metadata and controls

36 lines (25 loc) · 1.25 KB

Realtime search feature with Pusher.

A realtime search feature with Adonis using Pusher for realtime stuff

application screenshot

Getting Started

Make sure you have npm and yarn on your local machine

  1. Clone this repository and cd into it
  2. Run yarn or npm install to download dependencies
  3. Set up your pusher account
  4. Set up your database in your .env file and run php adonis migration:run
  5. Execute npm run asset-dev to build project assets
  6. Execute adonis serve --dev to run the project in your browser
  7. See the tutorial for useful notes

Prerequisites

  • Adonis
  • Vue
  • Vuex
  • npm or Yarn
  • Pusher account

Built With

  • Pusher channels - Pusher Channels
  • Adonis - Beautiful Php framework
  • Vue - A Great reactive Js framework
  • Vuex - Vuejs state management made simple
  • Bootstrap - A beautiful Css framework
  • Axios - A Js library to handle ajax requests easily