Skip to content

semantic-pie/control-v2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Control script

This script is used to manage the setup and execution of the project services. It provides commands to install dependencies, build and run services.

Requirements

  • Git
  • Docker
  • Docker Compose
  • Java 17

Usage

Clone repository:

git clone [email protected]:semantic-pie/control-v2

Create .env file:

cp .env.example .env

To make the Snoopy service work, you also need to set variables SNOOPY_SPOTIFY_CLIENT_ID, SNOOPY_SPOTIFY_CLIENT_SECRET in .env manually.

To use the script, run:

./control.sh help

To start, run:

./control.sh install
# then
./control.sh build
# and
./control.sh run

UI runs on http://localhost:3000.

About

Control for pie tunes version 2

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages