Discord Clone

This project is a basic Discord clone made using Go. This was made to solve a technical challenge created by DanielHe4rt, available here (The challenge was written in Portuguese, but the requirements should be easy to translate).

Demo

You can see a live demo of the project here.

How to run

  1. Clone the repository
  2. Copy and rename the .env.example file to .env and fill in the required values
  3. Run
go run main.go