- Clone this repository
git clone https://github.com/Bikdistinct/Farmstack.git
- Install dependencies
cd server
npm install
cd client
npm install
- Create .env in root directory
cd ..
touch .env
- Configure environment variables. To acquire your MONGO_URI, create a cluster for free over at https://www.mongodb.com/
MONGO_URI=<YOUR_MONGO_URI>
PORT=5000
- Run the server
cd server
npm start
- Start a new terminal and run react’s development server
cd client
npm start
Bikdistinct/Farmstack
The website is designed for farmers to connect and collaborate. It features a chat system for real-time communication, a forum section for sharing knowledge, weather forecasting tools for informed decision making, and crop prediction tools to optimize crop production.
JavaScript