angular-fullstack / generator-angular-fullstack

Yeoman generator for an Angular app with an Express server
https://awk34.gitbook.io/generator-angular-fullstack
6.13k stars 1.24k forks source link

Use multiple databases #2799

Closed ghost closed 4 years ago

ghost commented 4 years ago
Item Version
generator-angular-fullstack latest
Node latest
npm latest
Operating System Windows 10
Item Answer
Transpiler Babel
Markup HTML
CSS SCSS
Router ui-router
Client Tests Mocha
DB MongoDB
Auth Y

Question: I intend to integrate a backend into the side. On the server side everything is ready, but I want to use a different database for everything and not the main database of the framework. How could I do this?