this project is a task based exam on Backend .
cd prisma_redis_node_sample_hands_onplease add nodemon to your systemnpm installnpm run dev
create .env file in root directoryput DATABASE_URL="mysql://root:@localhost:3306/mydb" in .env filenpx prisma migrate dev --name newup
- install redis on your pc , redis will automatically pick the port.