Skip to content

Memories web app for sharing memories with others. created using MERN Stack technologies.

Notifications You must be signed in to change notification settings

abhisheksharma1310/memories_blog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Memories Blog Fullstack MERN web app

memories-mockup-nobg

Description

Memories Blog Fullstack MERN Web App

Memories Web App Desktop View - a live demo

This web app is created using Reactjs in frontend side and Nodejs and Expressjs in backend side.
Backend are connected using MongoDb Atlas Cloud database for user and blog posts data storage.
Frontend and Backend are connected using REST API's
This web application is a complete example of Fullstack MERN (MongoDb, ExpressJs, ReactJs and NodeJs) web app.
This application uses all CRUD (CREATE, READ, UPDATE and DELETE) operations.
This application can be used for Memories sharing between friends and family.


Technologies used

Frontend Technolgois

  • ReactJs
  • Redux
  • Axios
  • React-Router
  • Material UI

Backend Technologies

  • NodeJs
  • ExpressJs
  • Mongoose
  • MongoDb Atlas cloud storage

Features

  • User signup
  • User signin
  • Create Post
  • Read Post
  • Like post
  • Edit post
  • Delete post
  • commnet on post
  • Serch post by title, tags, and creator
  • Post recommendation
  • Search results by creator
  • Search results by tags

Web App Installation Instructions

  • Clone memories blog web app

  • Go to project directory

git clone https://github.com/abhisheksharma1310/memories_blog.git
cd memories_blog/
  • Install all packages for client and server

  • Run webapp

npm install
npm run start
  • For build package
npm run build

About

Memories web app for sharing memories with others. created using MERN Stack technologies.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published