- Install packages with
npm install
- Create your own .env file based on .env-copy
- Run
npm run start-containers
to start the database using values defined in your .env file - Run
npm run stop-containers
to stop all containers
npm install
npm run start-containers
to start the database using values defined in your .env filenpm run stop-containers
to stop all containers