Skip to content

dolandrew/googliapparatus

Repository files navigation

Googli Apparatus Backend

www.googliapparatus.com

The "Googli Apparatus" is a Phish lyrics search engine (based on the song Golgi Apparatus)

To use the Googli Apparatus, type any word or phrase in the search bar. Results will be shown of songs with song names or lyrics containing that word or phrase

Screen Shot 2022-07-28 at 4 18 00 PM copy

Dark Mode: To switch to Dark Mode, click the Moon Icon in the top left corner.

Screen Shot 2022-07-28 at 4 18 14 PM

To build and run with Gradle:

./gradlew build
./gradlew bootRun

To build and run with Docker:

docker build . -t googliapparatus
docker run googliapparatus

This app is deployed to Heroku at http://googliapparatus.herokuapp.com/ and may take ~15 seconds to wake up.