@abhinov-singh With a normal configuration, NodeBB needs MongoDB running. You can check it with:
service mongod statusAlso, you can try from your nodebb folder:
./nodebb status ./nodebb restartSee also your nodebb/logs/output.log file, or just the recent lines with:
./nodebb log(Ctrl-C to exit)