Brief update of our project
- Hortipedia is a question and answer website for professional and developing farmers.
- It has a chat forum where the farmers or students can get live interacted with professionals.
- Auto Weather forecasts detect the system location and send the current temperature and humidity.
- It has an economic statistics page for investors and buyers where they can get the data on their crops for future production.
- Reactjs
- Nextjs
- REST API
- Mongodb
- Expressjs
- Nodejs
- Socket.io(for live chatting)
- peerjs (peer-to-peer data transfer)
- axios
- nprogress (nanoscopic progress bar)
- git clone https://github.com/E-ggle/HortiPedia
- cd HortiPedia
- cd client -> npm install or yarn add -> npm run dev -- -p 3006
// open a new terminal to install server - cd server -> npm install or yarn add -> npm run dev
// open a new terminal to install Farm-Community - cd client -> cd Farm-Community -> npm install or yarn add -> npm run dev
// to run the peerjs network 6. cd client -> cd Farm-Community -> npm i -g peer ->peerjs --port 3001 // to run the weather application 7. cd client -> cd weather-app -> npm start
Note: Create a .env file in your server folder
Add DATABASE_URL= "YOUR MONGO URI"