Skip to content

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

License

Notifications You must be signed in to change notification settings

saifulshihab/view-book

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.