add readme

This commit is contained in:
Chris Cromer 2022-07-22 23:17:19 -04:00
parent bbc6bb7d6b
commit 87269e3b70
Signed by: cromer
GPG Key ID: FA91071797BEEEC2
1 changed files with 31 additions and 0 deletions

31
README.md Normal file
View File

@ -0,0 +1,31 @@
# 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](LICENSE).