/storybooks

Node.js app with passport.js (Google OAuth). Write a story public/private based on CRUD, able to see the other users stories.

Primary LanguageJavaScript

storybooks

Create public/private stories and read other people stories This app uses Node.js/Express/MongoDB with Google OAuth for authentication

Usage

# Install dependencies
npm install
# Run in development
npm run dev
# Run in production
npm start