https://github.com/ethiel97/realtime_search_adonis_pusher
A realtime search feature with Adonis, Vue and Pusher
https://github.com/ethiel97/realtime_search_adonis_pusher
adonisjs axios nodejs pusher-channels pusher-js real-time rest-api vuejs vuex
Last synced: about 2 months ago
JSON representation
A realtime search feature with Adonis, Vue and Pusher
- Host: GitHub
- URL: https://github.com/ethiel97/realtime_search_adonis_pusher
- Owner: Ethiel97
- Created: 2018-09-26T01:09:58.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-11-05T22:00:39.000Z (over 6 years ago)
- Last Synced: 2025-03-29T07:01:44.375Z (3 months ago)
- Topics: adonisjs, axios, nodejs, pusher-channels, pusher-js, real-time, rest-api, vuejs, vuex
- Language: JavaScript
- Size: 3.33 MB
- Stars: 3
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Realtime search feature with Pusher.
A realtime search feature with Adonis using Pusher for realtime stuff

## Getting Started
Make sure you have `npm` and `yarn` on your local machine1. Clone this repository and cd into it
2. Run `yarn` or `npm install` to download dependencies
3. Set up your [pusher account](https://dashboard.pusher.com/accounts/sign_up)
4. Set up your database in your `.env` file and run php `adonis migration:run`
6. Execute `npm run asset-dev` to build project assets
7. Execute `adonis serve --dev` to run the project in your browser
8. See the [tutorial](https://pusher.com/tutorials/build-realtime-search-adonis-js-vue-js-pusher) for useful notes### Prerequisites
* Adonis
* Vue
* Vuex
* npm or Yarn
* Pusher account## Built With
* [Pusher channels](https://pusher.com/channels) - Pusher Channels
* [Adonis](https://adonisjs.com/) - Beautiful Php framework
* [Vue](https://vuejs.org/) - A Great reactive Js framework
* [Vuex](https://vuejs.org/) - Vuejs state management made simple
* [Bootstrap](https://getbootstrap.com) - A beautiful Css framework
* [Axios](https://vuejs.org/) - A Js library to handle ajax requests easily