(changed entry point to index.ts in backend package.json config)
Yes Postgres Database
After this final step, it looks like it attempted to run an initial migration, but this failed. Here's the error I got:
Once I ran docker compose up and npx prisma migrate dev myself, it largely worked (I needed to select an option to allow it to clear data first). So in this boilerplate sequence you probably need to add a docker compose up command.
I ran chiks and selected the following options:
After this final step, it looks like it attempted to run an initial migration, but this failed. Here's the error I got:
Once I ran
docker compose up
andnpx prisma migrate dev
myself, it largely worked (I needed to select an option to allow it to clear data first). So in this boilerplate sequence you probably need to add adocker compose up
command.