Skip to content

Latest commit

 

History

History
46 lines (33 loc) · 993 Bytes

README.md

File metadata and controls

46 lines (33 loc) · 993 Bytes

FullStack Application with the MERN stack

Technologies

  1. React.js
  2. Redux
  3. create-react-app
  4. Express.js
  5. Node.js
  6. MongoDB

Features

  • Write a story
  • Social Sign-in - Google+
  • story detail view
  • stories list View
  • Follow a user
  • Add a clap to a story

Installation

  • Git clone this repo here.
  • Move into the folder from your terminal:
    cd medium-clone-on-node
  • Run npm install to install node dependencies.
  • Start MongoDB instance: mongodb.
  • Run npm run dev to start the nodeidon daemon.

App Screenshots

Article View

Feed

Profile

SignInWith Google