"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-10-09 19:02:59 -05:00
static added style to canvas 2024-10-09 19:02:59 -05:00
go.mod Removed unused dependencies 2024-09-27 15:57:10 -05:00
go.sum Removed unused dependencies 2024-09-27 15:57:10 -05:00
README.md testing 2024-10-09 17:42:47 -05:00
server.go Fixed session cookie not saving 2024-09-29 19:05:16 -05:00
users.go Fixed session cookie not saving 2024-09-29 19:05:16 -05: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

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