This project is a sample project to see how things work in nestjs and make some experimentation.
Clone the repository
git clone https://github.com/EliphazBouye/nestjs-recipe-clone
Install dependancies
cd nestjs-recipe-api
npm i
Run docker container
docker-compose up -d
Generate prisma client
npx prisma generate
Run server
npm run start:dev