This repository is used to manage Nest's DB migrations.
-
Set the evvironment variables
cp example.env .env # and update the environmet variables
-
Start the Docker container
docker-compose up
-
Install dependencies
yarn install
-
Setup Environment
cp example.env .env # and update the variables as needed
-
Start the container
./dump.sh docker-compose -f docker-compose.dev.yml up -d
-
Run Prisma Studio to view the database contents
yarn studio
Or you can use the pgweb interface on http://localhost:8081 for advanced usage.
The contents of this repository are licensed under The MIT license.