Skip to content

Latest commit

 

History

History
50 lines (33 loc) · 1.73 KB

README.md

File metadata and controls

50 lines (33 loc) · 1.73 KB

Agro Bid

Goto https://agrobid.bhanuprakash.tech for live web app

Agro Bid is a MERN stack based app for Bidding system Agriculture with producer consumer and admin privilages

  • Backend : NodeJS
  • Frontend : ReactJS styled with materialize-css
  • DataBase : MySQL MongoDB
  • Other Utitiles like react-i18next is used for translation between ಕನ್ನಡ and english

Tech

AgroBid uses a number of open source projects to work properly:

  • ReactJS - HTML enhanced for web apps!
  • NodeJS - Node.js® is a JavaScript runtime built on Chrome's V8 JavaScript engine.
  • MySQL - MySQL is an open-source relational database management system.
  • materialize-css - great UI boilerplate for modern web apps
  • MongoDB - MongoDB is a general purpose, document-based, distributed database built for modern application developers and for the cloud era.
  • Cloudinary - cloud-based image and video management services. It enables users to upload, store, manage, manipulate, and deliver images and video for websites and apps.
  • I18next - I18next is an internationalization-framework written in and for JavaScript
  • Express - fast node.js network app framework

Installation

This app requires Node.js v4+ to run.

Install the dependencies and devDependencies and start the server.

$ cd Bidding-System
$ npm install 
$ cd client 
$ npm install 
$ cd ../server
$ npm install
$ npm run dev

Verify the application by navigating to given address in your preferred browser.

http://localhost:3000