Nest Logo

A progressive Node.js framework for building efficient and scalable server-side applications.

NPM Version Package License NPM Downloads CircleCI Coverage Discord Backers on Open Collective Sponsors on Open Collective Support us

Description

Simple blog api with NestJS and Prisma


Pull image from DockerHub:

docker pull dockerhubenrique/dockerhub:simple-api-blog

Run project with docker:

docker run -e JWT_SECRET="secret" \
	-e JWT_EXPIRATION_TIME="1d" \
	-e DATABASE_URL="file:./dev.db" \
	-d -p 3000:3000 dockerhubenrique/dockerhub:simple-api-blog