This is the server used in our title project.
Go to file
Chris Cromer 87269e3b70
add readme
2022-07-22 23:17:19 -04:00
backend change module url 2022-07-22 23:00:31 -04:00
frontend First commit 2022-06-29 21:26:05 -04:00
.env.example First commit 2022-06-29 21:26:05 -04:00
.gitignore First commit 2022-06-29 21:26:05 -04:00
LICENSE First commit 2022-06-29 21:26:05 -04:00
README.md add readme 2022-07-22 23:17:19 -04:00
docker-compose.yml First commit 2022-06-29 21:26:05 -04:00
nginx.conf First commit 2022-06-29 21:26:05 -04:00

README.md

Alai Server

This is the server which will host the Alai game binaries, backend API that receives game data, and maybe at some point a frontend for all of that.

Authors

  • Christohper Cromer
  • Martín Araneda Acuña

Backend API

The backend is written in go and uses gorm to handle its database schema.

Game

The directory game should contain the binaries for Alai which will be exposed through nginx for downloading.

Build and run

docker-compose up -d --build

Stop the server

docker-compose down

License

The server is licensed under the 3-Clause BSD License.