GunaShekar02 / generator-front-to-back

A Fullstack Template Generator for Javascript and Django Apps
https://www.npmjs.com/package/generator-front-to-back
MIT License
16 stars 6 forks source link

Add database preferences #9

Closed GunaShekar02 closed 3 years ago

GunaShekar02 commented 3 years ago

Is your feature request related to a problem? Please describe. When we run backend apps, we would more often than not want to integrate a database. It would be great to have a database configuration option within the generator that could potentially save a lot of time.

Describe the solution you'd like When the user starts generating the app, he should also be prompted to select a database, a SQL one, a No-SQL one or neither and required libraries should be installed and files should be generated.