Create a .env.local file in the backend directory of your project and add the following environment variables:
API=your_omdb_api_key
create .env file which has Database connection string to evaluate prisma migrations
DATABASE_URL=database@localhost
Now just run
./up.shso everything will run smoothly