Saraha social Media is a social media web application like facebook, I am building it using Node.js,express.js,MongoDb,socket.io and React.js with contextapi Every user after login can add posts and speak with his followings and follow or unfollow other users.
to add DB add .env file to api file and writr:
MONGO_URL=mongodb://localhost:27017/YOUR_DATABASE_NAME
and add .env too to client file and write:
REACT_APP_PUBLIC_FOLDER = http://localhost:8800/images/