1.0.3 • Published 2 years ago
open-music-api-node v1.0.3
OPEN MUSIC API
Open music api created using node js and postgre SQL as db that served using docker.
Instruction
- Clone project and
cdinto it - run
npm install - run
docker compose upto deploy db service on docker container - run
cp .env.backup .env - if any error adjust the
.env - run
npm run migrateto migrate the db - run
npm run startto start the back end service