Skip to content

Dedicated farmer website with features including crop bidding, optimum crop prediction and more.

Notifications You must be signed in to change notification settings

astonizer/WeGrow

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

WeGrow

Farmer first website to improve efficiency and condition of present day farmers.

Steps to run on local machine

  1. Clone this repo to your local machine and cd into it.
  2. Run npm install or yarn install in client directory.
  3. Run npm install or yarn install in server directory.
  4. Create the .env file in server directory (with PORT preferrably 5000).
  5. Run npm start or yarn start in both,client and server.
  6. Navigate to http://localhost:3000 to see the website running.