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 option to install CORS on the backend #11

Closed GunaShekar02 closed 3 years ago

GunaShekar02 commented 3 years ago

Is your feature request related to a problem? Please describe. When we're developing REST APIs, we'd want to open our API publicly or to specific domains and we require CORS for doing that. It would be good if it can be installed and configured in the template.

Describe the solution you'd like Install cors and configure it in server.js.