2021-11-10 19:22:04 +00:00
2021-11-10 19:22:04 +00:00
2021-11-10 14:26:13 +00:00
2021-11-09 13:52:11 +00:00
2021-09-22 23:25:11 +01:00
2021-10-04 13:20:15 +01:00

Accord - Like Discord but cooler.

Custom Frontend and Backend that is similar to Discord.

Built with React TS, Redux, and Node.js.

Screenshot-from-2021-08-31-16-09-41 Screenshot-from-2021-08-30-11-55-01 Screenshot-from-2021-08-30-13-30-43


Setup

These setup instructions are in a primitive state, and may be improved in the future.

  1. Clone the repo.
  2. Generate SSH keys. From app folder:
    mkdir -p backend/keys
    ssh-keygen -t rsa -b 2048 -m PEM -f backend/keys/jwt
    
  3. Install npm packages. From app folder:
    cd frontend
    npm i
    cd ../backend
    npm i
    
  4. Configure backend/.env.example and rename it to .env

Features

  • Server Channels
    • Create channels
    • Delete channels
  • Message Management
    • Server owners can delete any message
    • Message author can delete and edit their own messages
  • Member Management
    • Kick members as the server owner
    • Easily leave the server by right clicking the server
    • Join servers with an invite code
  • Server Management
    • Create servers as you would in Discord
    • Edit server name, and icon URL in the server settings
    • Delete your server in the server settings
  • User Management
    • Manage your account by clicking the settings icon
    • Change your username, and avatar
    • Delete your user and prevent it from being used to login
  • and more (of course)

Want a more basic version, that's more like Discord? https://github.com/codea-live/dclone

Languages
TypeScript 89.5%
CSS 9.1%
HTML 0.7%
Pug 0.5%
JavaScript 0.1%