A single-page social-network developed with MERN stack & Redux. Screenshots below!!
UI is taken from Instagam-clone I created!!
Node v8.0
or latest (Currently, v8 is the latest).npm v5
or latest.- Latest version of
React
&React-router-dom
. - Following packages should be installed globally (with
-g
flag):Express
Less
Less-watch-compiler
Nodemon
serve
Yarn
-
Open PHPMyAdmin, create a DB & import
notesapp.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="[email protected]" MAIL_PASSWORD="gmail-password" SESSION_SECRET_LETTER="anything-secret"
-
Enjoy!!