# Install dependencies for server
npm install
# Install dependencies for client
npm run client-install
# Run the client & server with concurrently
npm run dev
# Run the Express server only
npm run server
# Run the React client only
npm run client
A responsive full stack web-app where users can query and store plant details API calls are made to http://datasf.org and to the connected database for fetching plant data The web-app is built using MongoDB, Express JS, React JS, and Node JS
Abhishek Sharma
This project is licensed under the MIT License