Skip to content

A real-time messaging app designed to let users message each other in chat rooms. Created using Vue.js, MySQL, Node.js, Laravel & Pusher

Notifications You must be signed in to change notification settings

Lexical-Luke/RealTalk_1.0_Local

Repository files navigation

How to run

You’ll need to set up a MySQL DB and link it in the .env file, you'll also need to create/add your own Pusher details to the .env file. Once the DB is set up it can be automatically seeded.

Seed your DB:

$ php artisan db:seed

Migrate the DB:

$ php artisan migrate

Run the app:

$ php artisan serve

About

A real-time messaging app designed to let users message each other in chat rooms. Created using Vue.js, MySQL, Node.js, Laravel & Pusher

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages