Skip to content

Chat platform with key features like group chats, real time messaging, markdown support, code highlight, avatars and so on. Users can turn on two-factor authentication to protect their accounts.

License

Notifications You must be signed in to change notification settings

ore-codes/quod-gist

Repository files navigation

Quod-Gist

Laravel based chat app for coders.

Try it out

http://quod-gist-chat.herokuapp.com/

Local installation

To start Quod-Gist locally, it is expected to have the following installed:

  • Docker
  • PHP (version >= 8.0)
  • Node
  • Git

Steps

  1. Clone github repo

git clone https://github.com/Quodline/quod-gist.git

  1. Install dependencies

composer install npm install

  1. Start Laravel Sails

./vendor/bin/sails up

  1. Create .env from .env.example and fill .env with your credentials

  2. Run database migrations

sails artisan migrate

  1. Compile assets for production

sails npm run prod

  1. Visit the site at http://localhost

Technology stack

Hosted on Heroku!

http://quod-gist-chat.herokuapp.com

About

Chat platform with key features like group chats, real time messaging, markdown support, code highlight, avatars and so on. Users can turn on two-factor authentication to protect their accounts.

Topics

Resources

License

Stars

Watchers

Forks