7u4 / planshboard-backend

Web platform for managing board game results and tracking gamers’ progress

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Planshboard

planshboard-test badge

Web platform for managing board game results and tracking gamers’ progress.

Technology overview

As a standard web application, Planshboard consist of 3 main parts:

Development

Run app in Docker

It is possible to run the whole app inside the docker containers. It can be done by executing the following command:

./scripts/run-app-docker.sh

The app will be available at localhost:3031.

Initial data

To speed up the development, some initial data can be inserted to the database by executing:

node scripts/insertData.js

The above command uses real endpoints of the backend server, so it's neccessary to have it ready before.

About

Web platform for managing board game results and tracking gamers’ progress


Languages

Language:Kotlin 97.1%Language:JavaScript 1.6%Language:Shell 1.0%Language:Dockerfile 0.3%