Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 322 Bytes

README.md

File metadata and controls

18 lines (15 loc) · 322 Bytes

Music Editor

Stack

  • Express.js
  • Vue.js
  • Knex.js
  • Docker
  • PostgreSQL

Running the app locally

  1. docker-compose up
  2. In the browser, navigate to http://localhost:3000

Running migrations

  1. Run an interactive prompt in the app container: docker exec -it app sh
  2. Run migrations: npm run migrate