nil1729 / story-book-oauth

Story Books App built using Google oAuth Strategy

Home Page:https://story--book.herokuapp.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

STORY BOOK (Social Media Type)

Story Books is a Web App built using Express and Google oAuth for authentication.

This Site is live here.

Project idea adapted from a Traversy Media.


Description

  1. ExpressJS is used as a NodeJS framework.
  2. Materiaize CSS for Styling the Site.
  3. EJS is used for HTML Templates.
  4. Gooogle OAuth is used for Authentication.
  5. Text Editor is made using by CkEditor CDN.
  6. MongoDB is used as a Database to Store Users, Stories, Comments etc.

Local Environment Setup

  1. Clone this Repository
  2. Create a file named default.json in config directory
  3. Then Setup this fields with your personal credentials.
{
    "googleClientID": "",
    "googleClientSecret": "",
    "mongoURI": "",
    "sessionSecret": ""
}
  1. then run these commands.
>>> npm install
>>> npm run dev

Thank You 😃

About

Story Books App built using Google oAuth Strategy

https://story--book.herokuapp.com/


Languages

Language:HTML 55.5%Language:JavaScript 37.3%Language:CSS 7.3%