nodejs-backend-architecture-typescript icon indicating copy to clipboard operation
nodejs-backend-architecture-typescript copied to clipboard

Automatic DB Collection Initialization

Open CasterShade opened this issue 2 years ago • 1 comments

The Code changes will enable the developer to change the API_KEY in .env according to him/her and run the Application with updated .env. The application shall create collections in MongoDB required for it to function.

CasterShade avatar Mar 27 '22 08:03 CasterShade

@janishar Please review my Pull Request and suggest changes if any. You can go ahead and merge these changes as you find suitable. Thanks.

CasterShade avatar Mar 27 '22 08:03 CasterShade

Runtime addition of dummy keys is not recommended. Please use the addons directory for initialisation

janishar avatar Jan 05 '24 19:01 janishar