Giter VIP home page Giter VIP logo

social-media-app's Introduction

MERN Social Media Website

Description

This is a social media website built using the MERN stack (MongoDB, Express.js, React.js, and Node.js) to deliver a fast, responsive, and intuitive user experience.

Features

  • User registration and login
  • Create/Delete/Like posts
  • Create/Delete comments
  • Add/Remove friends
  • Night mode switch
  • Error handling for duplicate users and invalid operations
  • Responsive to small screens
  • File handling (Allow user to upload image)

Technologies Used

  • MongoDB
  • Express.js
  • React.js
  • Node.js
  • JavaScript

Installation

  1. Clone this repository to your local machine.

  2. Navigate to the project directory. Server Folder:

    • Add .env File to the root of the server folder
      • MONGO_URL = "Replace it with your MongoDB access"
      • JWT_SECRET = "Replace it with random string at your choice"
      • PORT = 3001
    • Navigate to server/index.js, uncomment line 67-68 to load the example data.
      • You only need to load the data once. Please comment these lines out when you done.
    • Run npm install to install dependencies.
    • Run nodemon run to start the backend server in development mode.

    Client Folder:

    • Run npm install to install dependencies.
    • Run npm start to start the React in development mode.
  3. Access the application at http://localhost:3000

  4. Register a new account or login with an existing one. Then you can start to explore the website from here!

Credits

Created by Lin Liu

Screenshots

Home Page

Home Page

Profile Page

Profile Page 2023-03-11 at 5 24 20 PM

Login Page

Login Page

Register Page

Register Page

Night Mode

Night Mode

Mobile

Mobile

social-media-app's People

Contributors

lin6692 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.