MERN-Social-Network

A Notes App developed with MERN stack. Screenshots below. Visit the link for SPA version!! πŸ“ πŸ“’

Stars
94

MERN-Social-Network

A Social Network developed with MERN stack. [OUTDATED]

Single Page Application

This project is outdated and no longer maintained. Click here for updated & faster version of this project. The updated version is a Single-Page-Application!!

Quick links

  1. Screenshots
  2. Own the project

Screenshots

More screenshots.

UI is taken from Instagam-clone I created!!

Own the project

  1. First install all dependencies with npm or Yarn:

    npm install
    

    or

    yarn
    
  2. Open PHPMyAdmin, create a DB & import db.sql file.

  3. Create a .env file and insert the following code. Replace values with yours!!

    PORT=YOUR_PORT
    MYSQL_HOST="host"
    MYSQL_USER="user"
    MYSQL_PASSWORD="password"
    MYSQL_DATABASE="db"
    MAIL="[email protected]"
    MAIL_PASSWORD="gmail-password"
    SESSION_SECRET_LETTER="anything-secret"
    
  4. Start the server

    npm start
    
  5. Now load the app

    localhost:[PORT YOU DEFINED IN .ENV FILE]
    
  6. Enjoy!!

Related Projects