• HTML 79.5%
  • Go 20.1%
  • Dockerfile 0.4%
Find a file
Tyson Jenkins c894312f29
Add image to README
Added an image to the README file.
2026-03-26 13:44:45 -06:00
cmd rename game to hub 2026-03-25 12:00:14 -06:00
hub rename game to hub 2026-03-25 12:00:14 -06:00
images Add readme image 2026-03-26 13:43:36 -06:00
server rename game to hub 2026-03-25 12:00:14 -06:00
static update logo name 2026-03-24 22:56:33 -06:00
.air.toml Add .air.toml 2026-03-24 19:20:14 -06:00
.gitignore Update .gitignore 2026-03-24 19:20:03 -06:00
docker-compose.yml Add docker compose 2026-03-26 13:37:47 -06:00
Dockerfile Add Dockerfile 2026-03-24 19:19:35 -06:00
go.mod update dependencies 2026-03-24 22:55:15 -06:00
go.sum update dependencies 2026-03-24 22:55:15 -06:00
LICENSE Initial commit 2026-03-23 23:02:09 -06:00
README.md Add image to README 2026-03-26 13:44:45 -06:00

FREX - April 17th 2026

image

Project

This project is a simple online drawing platform where you can create your own rooms to draw art either by yourself or with others.

Spec

Tech Stack

API

GET / - responds with the home page GET /room/{id} - responds with the drawing environment GET /room/{id}/auth - authenticates rooms that are behind a password GET /ws/{id} - opens a websocket connection to get changes real time POST /rooms - creates a new room

How to run locally

clone the repository and run

docker compose up --build

then access at http://localhost:8080