Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 495 Bytes

README.md

File metadata and controls

28 lines (17 loc) · 495 Bytes

Kimosabe

webapp for fun with friends

Build Status

Installation

install docker, docker-compose, Java 11, and node 12.18.4+
git clone the repository

Running the app

Set up databases/services

docker-compose up -d

Backend

cd api
./mvnw clean install
./mvnw spring-boot:run -P dev

Frontend

cd ui
npm install
npm start