StoryBooks

App to share public or private stories

Stars
0
Committers
2

StoryBooks

• Developed a web-based application using Google OAuth2.0 which allows users to create and share private, public stories and has access to post, edit, and delete their stories.

Live Demo

StoryBooks

Reach out to me

Built with

  • Node
  • Express
  • Mongoose
  • MongoDB
  • Express Handlebars
  • Passport Google OAuth2 for authentication

Usage

Replace MONGO_DB_URI in app.js with your mongoDB URI.

const uri = MONGO_DB_URI;

Update config/keys_dev.js with your Google Client Id,Secret

googleClientID: GOOGLE_CLIENT_ID,
googleClientSecret: GOOGLE_SECRET
# Install dependencies
npm install

# Start 
npm start

You may also like...

  • VidJot - An app for jotting down ideas for future Youtube videos.
  • Blog Posts - REST API for blog posts.
  • Todo App - A Todo List App.
  • Contact System - A RESTful service to contacts using Node.js
Related Projects