"UTSA Place" Collaborate website canvas that allows students to place a pixel within a restrcited amount of time to make art.
Go to file
2024-11-12 17:34:20 -06:00
static fixed navbar and toolbar (again) 2024-11-12 17:34:20 -06:00
cat.jpg Started redoing canvas 2024-11-05 11:51:17 -06:00
email.go fixed to grid 2024-10-23 18:09:48 -05:00
go.mod fixed to grid 2024-10-23 18:09:48 -05:00
go.sum fixed to grid 2024-10-23 18:09:48 -05:00
README.md Fixed README 2024-10-11 05:39:44 -05:00
server.go Removed test email 2024-10-30 17:14:54 -05:00
users.go Fixed canvas zooming and clicking 2024-11-06 18:02:08 -06:00

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

  1. Install Go
  2. Run the command go run . inside this folder
  3. View the website at 127.0.0.1:8080

You can choose a different IP address or port using the flags: go run . -ip=192.168.0.1 -port=3000

Go project structure

  • go.mod Go version and library dependencies
  • go.sum Checksums for libraries

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 testing