- Nodejs
- Docker
- Docker-compose
cd ./people-services
docker-compose up --build
Once:
cd ./people-services
npm ci
npm run build
Then:
npm run test
{
"fullname": "Jorge Rodriguez",
"birth": {
"year": "1997",
"month": "3",
"day": "4"
}
}
http://localhost:3000/person/1
First, install angular
npm install --global @angular/cli@next
Then:
cd ./people-ui
ng serve
https://bezkoder.com/angular-10-crud-app/
https://michalzalecki.com/docker-compose-for-nodejs-and-postgresql/