1.0.3 • Published 2 months ago

open-music-api-node v1.0.3

Weekly downloads
-
License
ISC
Repository
github
Last release
2 months ago

OPEN MUSIC API

Open music api created using node js and postgre SQL as db that served using docker.

Instruction

  • Clone project and cd into it
  • run npm install
  • run docker compose up to deploy db service on docker container
  • run cp .env.backup .env
  • if any error adjust the .env
  • run npm run migrate to migrate the db
  • run npm run start to start the back end service