Menu Close

A Short Story Application Built with MERN

A Short Story Application Built with MERN

A Short Story Application

Screenshots

login
first page
2nd page
chat1
2nd chat

About the Project

It is a Full Stack MERN Application where user can register and write short story/posts, like the post, comment
on other’s post, update, delete, chat with friends and much more. You can search a particular
post using title in search bar and and also using tags.

Built with

  • React.js
  • Node.js
  • Express.js
  • Mongodb
  • Material-UI
  • SocketIO

Features

  • Authentication and Authorization (using JSON web token, Formik and Yup for Validation)
  • Client Side Routing
  • Paginations
  • Searching
  • Comment and liking functionality
  • Chatroom (to make friends and talk with your friends)
  • Google OAuth

Installation

Clone the repo

  git clone https://github.com/your-username_/Project-Name

Install NPM packages

  npm install

Start running on localhost for both frontend and backend

  npm start
View Source Code
Posted in Express, MongoDB, Node.js, React, React.js, socketio