This is the server which will host the Alai site, API, and game downloads.
- Christohper Cromer
- Martín Araneda Acuña
The server is licensed under the 3-Clause BSD License.
The backend is written in go and uses gorm to handle its database schema.
The directory download should contain the binaries for Alai which will be exposed through nginx for downloading.
Before the server can be built and run, a .env file should be created based on .env.example. If the server is going to be public facing, make sure to change all the secrets and passwords to make it more secure.
docker-compose up -d --build
docker-compose down