A Social Network developed with MERN stack. [OUTDATED]
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!!
UI is taken from Instagam-clone I created!!
-
First install all dependencies with npm or Yarn:
npm install
or
yarn
-
Open PHPMyAdmin, create a DB & import
db.sql
file. -
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="yourgmail@gmail.com" MAIL_PASSWORD="gmail-password" SESSION_SECRET_LETTER="anything-secret"
-
Start the server
npm start
-
Now load the app
localhost:[PORT YOU DEFINED IN .ENV FILE]
-
Enjoy!!