Menu Close
In fact, it has the 39mm Oystersteel monobloc middle-case of the OP essentially, which appears a little more curvaceous than the flat, trapezoid profile of the 40mm Oystersteel Submariner. The bezel of the replica rolex watches Explorer I is different on each: The OP has a domed, high-polish bezel, while the Explorer I has what Rolex calls a "Smooth" bezel. It has a flat surface instead of the convex bezel of the OP, with nicely polished.

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