Skip to content

vivek80801/vegetable-app

Repository files navigation

vegetable app

This is a vegetable app. In covid, most of the cities are locked down and it is adviced to stay at home. But for some work, we have to go out of our houses. One of thoes works is purchesing vegetable. In my area, everyone have to go out and buy vegetable buy themselves. There is no online store for vegetable. Also, there is night lockdown in area. Which means you can not go out of your house after 4 o'clock. On the other hand, farmers does not get good price for their product. This app will fill gap between farmers and users. you no longer need to go to outside to purches vegetable.

Requirnment

you will need git, nodejs and mongodb to run this app.

Setup

  1. clone the repo

    git clone https://github.com/vivek80801/vegetable-app.git
  2. open the terminal and navigate to the folder

    cd vegetable-app
  3. start mongodb service

  4. now, install dependencies.

    1. if have yarn installed then run
      yarn
      #   OR
      yarn install
    2. if you don't have yarn install
      1. delete yarn.lock and run
      npm install

Run the app

To run the app run

yarn dev
#   OR
npm run dev

open your browser and go to localhost:5000

Build the app

To build the app run

yarn build
#   OR
npm run build

Run the app in production

To run this app in production run

yarn start
#   OR
npm start

About

This is vegetable app. This app is build for filling gaps between farmers and peoples. This will help farmers to get amount of their products.

Topics

Resources

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published