Skip to content

Aamirr/Single-Page-Social-Network

 
 

Repository files navigation

MERN-Social-Network

A single-page social-network developed with MERN stack & Redux. Screenshots below!!

Quick liks

  1. Screenshots
  2. Requirements
  3. Own the project

Screenshots

alt text alt text alt text alt text alt text alt text alt text alt text alt text alt text

More screenshots.

UI is taken from Instagam-clone I created!!

Requirements

  1. Node v8.0 or latest (Currently, v8 is the latest).
  2. npm v5 or latest.
  3. Latest version of React & React-router-dom.
  4. Following packages should be installed globally (with -g flag):
    1. Express
    2. Less
    3. Less-watch-compiler
    4. Nodemon
    5. serve
    6. Yarn

Own the project

  1. Open PHPMyAdmin, create a DB & import notesapp.sql file.

  2. 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"
  3. Enjoy!!

About

Single-page social-network developed with MERN stack & Redux. Screenshots below!!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 76.8%
  • CSS 20.2%
  • HTML 3.0%