Basic structure to create a new project.
- Node.js 12+
- PostgreSQL 7.2+
- MongoDB 4.2+
Required
- DB_HOST: Database host
- DB_USER: Database user
- DB_PASSWORD: Database password
- DB_NAME: Database name
- SENTRY_DSN: Sentry DSN
Optional
- PORT: Specifies port to run the server
- DB_DBMS_VERSION: Defines DBMS version, defaults to 8.5
- DB_POLL_MIN: Defines minimum quantity of connections on DB pool, defaults to 0.
- DB_POLL_MAX: Defines maximum quantity of connections on DB pool, defaults to 7.
$ npm install
$ npm test
$ npm run start:local
$ npm start
These files are licensed under the MIT License