npm install- install application dependenciesnpm run postgres- pull a Postgres Docker image and run itnpm run migrate- run a script to fill postgres databasenpm run mongodb- pull a MongoDB Docker image and run itnpm start- start an application
npm run postgres:stop- stop a Postgres Docker containernpm run mongodb:stop- stop a MongoDB Docker container
npm run eslint- run a script for checking code stylenpm run build- build an application to the/distfolder