Created an app where you can write your public and private stories. I used NodeJs, express, handlebars, googleOauth, MongoDB and passport for creating this.
Create a config.env file and add your mongoDB URI and Google OAuth CLIENT_ID and CLIENT_SECRET in the config.env file.
npm install
npm run dev
npm start