Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 856 Bytes

readme.md

File metadata and controls

26 lines (17 loc) · 856 Bytes

Chatty

A simple chat app built with Laravel, Pusher and AngularJS

Chatty UI

💬 Live Demo

Want to run it yourself?

  1. Clone repo
  2. Install composer dependencies (composer install)
  3. Install node dependencies (npm install)
  4. Create .env file with environment variables, you can use .env.example for reference
  5. Run migrations (php artisan migrate)
  6. Run the app using php artisan serve or your prefered web server

Roadmap

  • Write unit tests
  • Allow preview of online users before setting username
  • Allow users to reply other users

If you want to contribute with more features or fixes feel free to fork and submit pull requests.

Happy chatting! 👻