/adonis-chatly

Simple AdonisJS chat app, built with the magic of Pusher Chatkit

Primary LanguageJavaScript

Chatly

Simple AdonisJS chat app, built with the magic of Pusher Chatkit

To get started locally

  1. Clone repo - git clone git@github.com:olayinkaos/adonis-chatly.git
  2. Copy .env.example to .env and edit in the relevant details (Chatkit and Database credentials)
  3. Run migrations - adonis migration:run
  4. Start server - adonis serve --dev