/Memories

Memories is a social media website where people can post their pics , comment and like pics.

Primary LanguageJavaScript

Memories Project

Mermories is a social media website, where people can create , update , delete , like memories (posts).

Features

  • Google Authentication sign in/ sign up
  • Live update posts/memories
  • CRUD operations
  • Cross platform

Tech Stack

Client: React, Redux, Material UI

Server: Node, Express, MongoDb

Live Application URL

https://memories047.netlify.app

on this URL Application has been deployed

Screenshots

App Screenshot

Prerequisites / Installation

Install Node JS

Refer to https://nodejs.org/en/ to install nodejs

Install create-react-app

Install create-react-app npm package globally. This will help to easily run the project and also build the source files easily. Use the following command to install create-react-app

npm install -g create-react-app

Connect to mongodb database

Refer to https://docs.mongodb.com/drivers/node/current/quick-start/ to connect mongodb database.

Run Locally

Clone the project

  git clone https://github.com/shivkumarverma/Memories

Go to the client side directory and server side

  cd client
  cd server

Install dependencies

  npm install

Start the server

  npm run start

Support

For support, email shivk.v047@gmail.com.

License

MIT

Authors