Skip to content

swayam-coder/memories-client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Memories | MERN Stack Social Media App

Simple social media app built by using React, Express, MongoDB.

This is the client-side code of my Memories project, to see server side code, go to: https://github.com/swayam-coder/memories-server

Features

  • User CRUD operations
    • Create, Delete, Update and Like Posts
    • Account Creation, Login, Password Change
  • Authentication using JWTs and Social Login using Google OAuth
  • Account creation and edit

Technologies Used

  • ReactJS + Redux + Redux-Thunk
  • Bootstrap, SCSS Modules
  • ExpressJS
  • React Hook Forms and Yup Schema Validation
  • Axios
  • MongoDB (Mongoose ODM)
  • jsonwebtoken and "react-google-login"

Run Locally

1. Clone the repository

$ git clone https://github.com/swayam-coder/memories-client.git 

2. Install Dependencies

$ npm install 

3. Setup MongoDB Atlas Database

Set up a mongodb database according to the given schema definition in the project.

4. Run locally

$ npm start 

About

This is the client-side code for my MERN Stack social media application called Memories.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published