StoryShare is an Web app, made using Node.js, Express, MongoDB, Passport with Google OAuth strategy and more...
Add your mongoDB URI and Google OAuth credentials to the config.env file
# Install dependencies
npm install
# Run in development
npm run dev
# Run in production
npm start