this project is a task based exam on Backend .
cd prisma_redis_node_sample_hands_on
please add nodemon to your system
npm install
npm run dev
create .env file in root directory
put DATABASE_URL="mysql://root:@localhost:3306/mydb" in .env file
npx prisma migrate dev --name newup
- install redis on your pc , redis will automatically pick the port.