Fabianopb / create-mern-ts-app

Create a Mongo-Express-React-Node Application written in TypeScript out of the box.
MIT License
29 stars 16 forks source link

Generate .env in the backend with a random AUTH_SHARED_SECRET #11

Closed Fabianopb closed 5 years ago

Fabianopb commented 6 years ago

When bootstrapping the application in the main script create-mern-ts-app.js we could already create a .env file in the backend folder with a randomly generated AUTH_SHARED_SECRET so the user wouldn't have to bother doing it manually.

Fabianopb commented 6 years ago

PR https://github.com/Fabianopb/create-mern-ts-app/pull/15 created for this one!