saifulshihab / view-book

A social media app built w/ React, Redux, Node, Express & MongoDB

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

View Book

A social media app.

Screenshots

(https://www.behance.net/gallery/107567413/Social-Media-Website-build-with-MERN-stack) ss

Prerequisites

nodejs
npm

Installation

cd /project-folder
npm install

cd /client
npm install

Usage

npm run server    // run server
npm run client    // run client side
npm run dev       // run both server & client concurrently

Create a .env file in root folder & fill it as below

SecretKey= secret key for jwt (ex- 12345fghhj)
NODE_ENV=development
PORT=5000
MONGO_URL= your mongodb connection string

LICENSE

Licensed under the MIT License

Show some ❤️ by clicking the ⭐ button.

About

A social media app built w/ React, Redux, Node, Express & MongoDB

License:MIT License


Languages

Language:JavaScript 94.8%Language:CSS 3.9%Language:HTML 1.3%