Skip to content

deveshptl/agro-mart-client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Agro-Mart-Client

This project was bootstraped from create-react-app.

Table of contents

  1. Instructions
  2. Dependencies
  3. Description
  4. Contributions

Instructions

Follow below steps to start local development environment:

  1. Download or clone this repository.
  2. cd into this folder. cd agro-mart-client.
  3. Install the required dependencies using npm install command.
  4. Until all dependencies gets installed, create a new file secret.js under the src/ directory of the project. Fill it up with you proper credentials. Make sure to use the same GOOGLE_CLIENT_ID that you used in your agro-mart-server project otherwise it won't work.
export default {
  GOOGLE_CLIENT_ID: 'YOUR_GOOGLE_CLIENT_ID_HERE',
  GOOGLE_MAPS_API: 'YOUR_GOOGLE_MAPS_API_HERE',
};
  1. Once dependencies are install, run npm start command to start localhost server. A new tab will automatically open in your default browser if not then the server will be started on http://localhost:3000.

Dependencies

All required development and production dependencies are listed in package.json file.

Description

The main idea behind this project is to connect customers and farmers directly with the help of this application. The advantages being

  1. Customers can get fresh foods/vegetables directly from farmers.
  2. Farmers get their fair amount of money instead of selling with wholesale dealers who takes away most amount of profit.

This project has separate backend and frontend. The source code of backend API is available here.

Contributions

Feel free to raise an issue if you find any and also feel free to contribute to this project. Raise a pull request of the solution 😄.

HAPPY CODING 💻
HAPPY LEARNING 📚

About

Agriculture Market - College Project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published