/StoryBooks

StoryBooks is a dynamic web application designed to serve as a repository for users to document their life experiences through public and private stories. It offers a platform where users can chronicle their personal narratives, capturing the essence of their journey in both public-facing and private entries.

Primary LanguageJavaScript

StoryBooks

Create public and private stories from your life

This app uses Node.js/Express/MongoDB with Google OAuth for authentication

Usage

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