Skip to content

Latest commit

 

History

History
36 lines (22 loc) · 680 Bytes

README.md

File metadata and controls

36 lines (22 loc) · 680 Bytes

Node driven domain example

Rest api node example using driven domain design and cqrs.

Dev enviroment using node 📦

npm i
npm run start

Dev enviroment using docker 🐋

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

docker exec -it server-container npm i
docker exec -it server-container npm run start

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


⌨️ with ❤️