mirror of
https://github.com/adanrsantos/ThePlaceHolders.git
synced 2024-12-16 12:20:37 -06:00
static | ||
go.mod | ||
go.sum | ||
README.md | ||
server.go | ||
users.go |
ThePlaceHolders
"UTSA Place" Collaborate website canvas that allows students to place a pixel within a restricted amount of time to make art.
How to run
- Install Go
- Run the command
go run .
inside this folder - View the website at 127.0.0.1:8080
Go project structure
Backend Source
Our back-end is written in Go using the standard library.
Frontend Source
Our front-end is written in vanilla JavaScript, using the Bootstrap CSS framework.
yaya