A discord clone made by the Coding Garden Community.
- Frontend
- Vue.js / Vuex / Vue Router
- SCSS
- FeathersJS Client
- Backend
- FeathersJS / Socket.io / Express
- Login
- Github OAuth
- Copy the server/.env.sample file to
server/.env
and update the values.- You can obtain a github client id and secret here:
- 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
- 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
- Designed by cccccccccccccccccnrd
- View the initial designs here
- Icon, Logo and Loading image created by shidotmoe
All assets are licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License.