- Docker
- Docker Compose
Here's a brief intro about what a developer must do in order to start developing the project further:
- NODE_ENV
- APP_PORT
- DB_HOST
- DB_PORT
- DB_NAME
- DB_USER
- DB_PASSWD
git clone https://github.com/thiagodsantos/nodejs-unit-tests.git
cd nodejs-unit-tests/
docker compose up -d
make migration-run- Node.js
- Typescript
- MySQL
make linter && make buildmake npm-testmake npm-test-coverageStandard
MySQL (mariadb)
MIT