Update README.md

This commit is contained in:
Logan Gatlin 2024-09-26 01:27:41 -05:00 committed by GitHub
parent 0e7d1a43e2
commit 199a1ba84f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,4 +1,4 @@
# ThePlaceHolders # UTSA Placeholders
"UTSA Place" Collaborate website canvas that allows students to place a pixel "UTSA Place" Collaborate website canvas that allows students to place a pixel
within a restricted amount of time to make art. within a restricted amount of time to make art.
@ -7,12 +7,12 @@ within a restricted amount of time to make art.
2. Run the command `go run .` inside this folder 2. Run the command `go run .` inside this folder
3. View the website at [127.0.0.1:8080](http://127.0.0.1:8080/) 3. View the website at [127.0.0.1:8080](http://127.0.0.1:8080/)
## Backend Source ## Backend source files
Our back-end is written in [Go](https://go.dev/) using the standard library. Our back-end is written in [Go](https://go.dev/) using the standard library.
* [Request handling](server.go) * [Request handling](server.go)
* [User registration/login](users.go) * [User registration/login](users.go)
## Frontend Source ## Frontend source files
Our front-end is written in vanilla JavaScript, using the [Bootstrap](https://getbootstrap.com/) Our front-end is written in vanilla JavaScript, using the [Bootstrap](https://getbootstrap.com/)
CSS framework. CSS framework.
* [Main page](static/index.html) * [Main page](static/index.html)