Skip to content

Nothing here yet, come back later maybe! (This is mostly a learning playground!)

Notifications You must be signed in to change notification settings

Flate/GameLibraryCurator

Repository files navigation

Game Library Curator

Codacy Badge

This app does nothing yet, but it does it very well.

Dependencies

This project needs the following tools installed and available on the PATH to be able to build & run:

  • Java 12
  • Node.js (preferably v12.9.1)
  • Yarn (preferably 1.17.3)
  • A database server (preferably Postgres, but anything that is supported by Hibernate should work)

The project can also be build using npm instead of yarn, but in that case the nodeModules task in the build.gradle file must be modified. That change should never be committed.

Configure the database connection

Not yet documented, but you'll figure it out, you clever person.

Build & Run

To build the project:

./gradlew build

This builds both the angular project in src/main/webapp and the main Spring Boot Application. It also takes care of the rock. For this to work from the IDE, node must be available on the PATH inside of the IDE.

To run the project:

./gradlew bootRun

To only run the Angular Frontend, run the following from the src/main/webapp folder:

ng serve

If Angular CLI is not installed, you can run the following instead (also from the webapp folder):

./node_modules/@angular/cli/bin/ng serve

About

Nothing here yet, come back later maybe! (This is mostly a learning playground!)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •