go-with-mongodb
go with mongodb + applying integration tests It is a project that will contain how to connect to the NoSQL mongodb database manager until learning to perform basic queries applying integration tests.
Required environment variables
The following variables are required to run the proyect
Name | Purpose | Optional | Default value |
---|---|---|---|
NoSQL_USER | Setting Mongodb database User | NO | 27017 |
NoSQL_PASSWORD | Setting MongoDB Database Password | NO | optional |
NoSQL_DATABASE | Setting MongoDB Database Name | NO | optional |
NoSQL_TIMEOUT | Setting MongoDB Database Timeout | NO | optional |