Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 428 Bytes

readme.md

File metadata and controls

32 lines (22 loc) · 428 Bytes

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

config/config.env

PORT =
MONGO_URI =
GOOGLE_CLIENT_ID =
GOOGLE_CLIENT_SECRET =
# Install dependencies
npm install

# Run in development
npm run dev

# Run in production
npm start