Skip to content

Latest commit

 

History

History
40 lines (24 loc) · 663 Bytes

README.md

File metadata and controls

40 lines (24 loc) · 663 Bytes

nestjs-ddd-cqrs-example

Build 🔧

docker-compose build

Deployment using docker-compose 📦

docker-compose up -d

Dev enviroment 📦

docker-compose -f docker-compose-dev.yaml build
docker-compose -f docker-compose-dev.yaml up -d

docker exec -it backend-container npm i
docker exec -it backend-container npm run start:dev

Open your browser 🚀

localhost:3000

Devs ✒️

  • Jesús Alejandro Yahuitl Rodríguez - Dev - YisusYaro

License 📄

This project is under the License described in the file LICENSE


⌨️ con ❤️