"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-09-26 01:27:41 -05:00
static Merge branch 'main' of https://github.com/adanrsantos/ThePlaceHolders 2024-09-25 19:07:04 -05:00
go.mod Added authentication system 2024-09-26 01:11:22 -05:00
go.sum Added authentication system 2024-09-26 01:11:22 -05:00
README.md Update README.md 2024-09-26 01:27:41 -05:00
server.go Added authentication system 2024-09-26 01:11:22 -05:00
users.go Added authentication system 2024-09-26 01:11:22 -05:00
users.json Added authentication system 2024-09-26 01:11:22 -05:00

UTSA Placeholders

"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

Backend source files

Our back-end is written in Go using the standard library.

Frontend source files

Our front-end is written in vanilla JavaScript, using the Bootstrap CSS framework.