ojourmel / imsi

Internet Music Score Index

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

imsi - internet music score index

Use docker-compose build and docker-compose up to get started. nginx will serve the application (in development mode) at http://localhost:8000.

Use docker-compose down and docker-compose rm to clear up.


Secrets

Several application secrets are required to build this project, including a postgres username and password, as well as api and ui dev ports.

These should be defined in a imsi.env file, which will be used by docker-compose to set the environment of the various containers.

imsi expects the following keys to be set:

  • POSTGRES_USER=
  • POSTGRES_PASSWORD=
  • POSTGRES_DB=
  • POSTGRES_ADDRESS=imsi-db
  • POSTGRES_PORT=5432
  • API_PORT=8081
  • UI_PORT=8080
  • NODE_ENV=development

About

Internet Music Score Index

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:JavaScript 84.2%Language:PLpgSQL 10.4%Language:Vue 4.6%Language:HTML 0.7%