Skip to content

Latest commit

 

History

History
31 lines (19 loc) · 862 Bytes

README.md

File metadata and controls

31 lines (19 loc) · 862 Bytes

Reminiscence

A platform for sharing your stories and memories of past.

Introduction

This project was developed as a part of learning MERN stack. Different features implemented are:

  • Creating a new post of a memory or a story.
  • Updating an existing post.
  • Deleting a post.
  • Liking a particular post.

Stack Used

ReactJs, Redux, MongoDB database, Express framework, NodeJS

Deployment

The deployment is live at: https://reminiscence1.netlify.app/

  • React frontend deployed on Netlify
  • Node backend deployed on Heroku

Note: Updated Deployment of version 2 (https://reminiscence2.netlify.app/)

Future Work to be done

  • Implement user authentication (Google OAuth).
  • Create a search functionality on the basis of tags associated with every post.
  • Implement Comment section for a post.