Skip to content
This repository has been archived by the owner on Nov 1, 2021. It is now read-only.

MananTaneja/CropPredictionSystem

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Crop Prediction System

How to run it on your PC

1. Install all the modules required:

  • npm install in parent directory
  • npm install in client directory

2. Set up the database:

  • The database schema model is given in the models folder
  • Set up the mysql database and make the changes of the connection as required in database/db.js file

3. Commands to run:

  • node server.js in root of the folder
  • node crop_data.js in root of the folder
  • npm start in client directory

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published