Board game recommendation service
Board game recommendation service. Live demo at
Recommend.Games
docker compose up
This will build the docker image (only on first start) and run the server.
You should be able to access the service at
http://localhost:8000/.
However, in order to access useful data, you need to fill the SQLite database
first. See release.sh
for the steps to build a full release or
read more about the deployment process.
If you want to learn how to get started or what tools you need to install,
read the contribution guidelines. If you want to deploy the
server to a new Google Cloud environment, read the deployment guidelines.
Personal recommendations are based on data from
BoardGameGeek and computed by our
recommendation engine.