There are multiple html files and css files along with javascript files.

Create a database named grainhub and two collections with names farmer and users in MongoDB Compass

Or if you have a MongoDB in your system and want to restore it.Install MongoDB Database Tools from the website https://www.mongodb.com/try/download/database-tools?tck=docs_databasetools and make sure to add path to environment variables. Then type the command mongorestore dump

Now to run the project simply navigate to the current folder where code base exists in the terminal and initiate the server with the command: node Server.js

This starts the server.

Open your favorite browser and type the following URL in the URL bar. localhost:3000

This opens our website Signup page.

GIT Repo - https://github.com/shawlin41/GrainHub