Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 286 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 286 Bytes

Calendar API

Running the app

docker-compose up -d 

Install the dependencies

docker-compose exec app npm install

Running the migrations

docker-compose exec app npx typeorm-ts-node-commonjs migration:run -d ./src/db/data-source.ts``