fullstack-next-node-postgres icon indicating copy to clipboard operation
fullstack-next-node-postgres copied to clipboard

added migration commands for prisma and run command for node

Open shubham1091 opened this issue 6 months ago • 1 comments

This pull request makes the following changes

  • Fix issue #1

Checklist

  • [x] I have created an issue for this submission
  • [x] created a start script to run the migration command and start the server
  • [x] made that script executable inside the backend
  • [x] modified the compose file so we can run the script after the DB is ready

Summary by CodeRabbit

  • New Features
    • Implemented a startup script to automate database migrations and application launch within the Docker container.

shubham1091 avatar Jan 15 '24 11:01 shubham1091