Recommended terminal: git bash
git clone https://github.com/tohidbinazam/facebook.git
Note: Copy any code and just right click on mouse in your terminal,
Result: Auto past it.
npm install
cd client
npm installand 👇
cd ..touch .envstart .envPORT = `Give a server port example 5050`
APP_URL = http://localhost:3000
MONGO_STRING = `Hear is your MongoDB database string`
SECRET_KEY = `JWT secret key`
mail service with Gmail:
MAIL_USER =
MAIL_PASS =
BulkSMS BD info:
SMS_API_KEY =
SENDER_ID =
Cloudinary info:
CLOUD_NAME =
CLOUD_API_KEY =
CLOUD_API_SECRET =to Use Mail service with Gmail, you have to go on Security > App passwords > select option and click generate in your Google account.
Note: Tohid Bin Azam Fb account you can knock me from here
npm startIf everything is ok, Runs the app in the development mode. Automatically open http://localhost:3000 to view it in your browser.
The page will reload when you make changes.
You may also see any lint errors in the console.