Skip to content

shawn-mcginty/bringo

Folders and files

NameName
Last commit message
Last commit date
Jun 22, 2020
Jun 19, 2020
Jun 8, 2020
Jun 1, 2020
Jun 22, 2020
Jun 8, 2020
Jun 1, 2020
Jun 4, 2020
Jun 6, 2020
Jun 22, 2020
Jun 1, 2020
Jun 1, 2020
Aug 2, 2020
Jun 6, 2020
Jun 8, 2020

Repository files navigation

Bringo

Blog Platform

Development

Requirements:

  1. JDK 11
  2. Scala 2.13
  3. PostgreSQL 11
    • This is not required on dev machine, but you'll need to connect to a postgresql database to run the app.
  4. NodeJS 10+
  • IntelliJ Idea project files included to make getting started easier.

Build

gradlew compile

Run

gradlew run