A progressive Node.js framework for building efficient and scalable server-side applications.
- Main: Use noSql database with connect is mongodb
- TypeOrm: Use sql database with connect is typeOrm
- Build docker
docker-compose build
- Start docker compose
docker-compose up -d
- Rest full api on same 3005 port:
localhost:3005/api/v1
- api-server
docker logs --tail 1000 api-service
- use dataGrip with mongoDb
Host: localhost
Port: 27017
User: root
password: root
Database: service
URL: mongodb://xxxx:xxx/xxx?authSource=admin
- use dataGrip with TypeOrm
Host: localhost
Port: 5432
User: root
password: root
Database: boilerplate
URL: jdbc:postgresql://localhost:5432/boilerplate