Skip to content

ZakariaYousfi/Indoor-Plants-Expert-System

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Indoor-Plants-Expert-System

an expert system for indoor plants. given a plant's requirements, it infers a plant.

requirements

you must have node and a package manager like npm installed

How to run:

the system contains two servers. one for the frontend which is a react developpement server and one for the backend which is a node server.

to run the react server:

  • open the code in a terminal
  • use 'cd front' to cd into the front file which contains the frontend code
  • use 'npm install' to download all the dependencies
  • run the server using 'npm start'

to run the backend server:

  • open another terminal
  • use 'npm install' to download all the dependencies
  • run the server using 'npm start' or 'node server.js'

About

an expert system for indoor plants.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published