/TestBooks

Create public and private stories from your life

Primary LanguageJavaScript

StoryBooks

Create public and private stories from your life

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

GiF

GIF 

Screenshots

Login Page       Auth Page       HomePage Drawer       EditPage       AddPage publicStories       ReadPage      

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