bhanuprasadChesetti / Land-Registration-System-with-Blockchain

This project uses ethereum blockchain to overcome the drawbacks of traditional land registration system that involves the middle men, long waiting time & paper work, and high charges in secure, transparent and fast manner.
6 stars 3 forks source link

Issues with running the repisitory. #1

Open Yaseef-Intisar opened 7 months ago

Yaseef-Intisar commented 7 months ago

I am having trouble with the mongodb connection and with running the server for revenue dept. I am requesting help regarding this problem. It would be great if the publisher of this repisitory can reach out as fast as possible. Screenshot 2024-03-23 220358 Screenshot 2024-03-23 220226

bhanuprasadChesetti commented 6 months ago

I believe you may not have installed or properly running MongoDB.

Setting up the mongo db server

:point_right: Download your compatible version from here & install mongodb

Note: Mongo DB compass is a GUI interface for mongo db. Installing it alone don't make it work.

:point_right: Add the mongodb url on which db server is running in the config.js file, inside the Server_For_Revenue_Dept folder.

Read the installation & check the demo video.