Entropychat.app
A discord clone made by the Coding Garden Community.
Install / Use
/learn @CodingGarden/Entropychat.appREADME

A discord clone made by the Coding Garden Community.
https://entropychat.app
Tech Stack
- Frontend
- Vue.js / Vuex / Vue Router
- SCSS
- FeathersJS Client
- Backend
- FeathersJS / Socket.io / Express
- Login
- Github OAuth

Configuration / Setup
- Copy the server/.env.sample file to
server/.envand update the values.- You can obtain a github client id and secret here:
- https://github.com/settings/applications/new
- The authorization callback URL should be set to:
- http://localhost:3030/oauth/github/callback
- Change the port if your feathers backend is running on a different port
- http://localhost:3030/oauth/github/callback
- You can obtain a github client id and secret here:
- The oauth flow requires that the client is running at:
- http://localhost:8080
- If your client is running on a different port, you will need to update server/public/index.html to allow sending messages to the correct port / origin
Design
- Designed by cccccccccccccccccnrd
- View the initial designs here
Assets
- Icon, Logo and Loading image created by Nullcano
<a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/4.0/"><img alt="Creative Commons License" style="border-width:0" src="https://i.creativecommons.org/l/by-nc-sa/4.0/88x31.png" /></a><br />All assets are licensed under a <a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/4.0/">Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License</a>.
