Skip to content

DevCybSec/backend-init

Repository files navigation

Backend Init created by DevCybSec

⚠️ This project is created for educational purposes ⚠️

Install docker

Docker docs

Create a docker image

% docker build -t backend-init-img . 

Containarize the application

% docker run -p 3000:3000 --rm backend-init-img --name backend-init-container

About

Project to show how to securly develop a backend application using nestjs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published