Skip to content

Latest commit

 

History

History
78 lines (41 loc) · 1.05 KB

README.md

File metadata and controls

78 lines (41 loc) · 1.05 KB

sensing bharat (frontend)

sensing bharat leverages remote sensing tools to evaluate crop and farm land availability. This functionality benefits insurance companies and businesspeople by assessing crop presence and enabling optimal sourcing locations.

Environment Variables

to run this project, you will need to add the following environment variables to your .env file

mapbox:

VITE_MAP_API_KEY

google sign in & firebase:

VITE_API_KEY

VITE_AUTH_DOMAIN

VITE_STORAGE_BUCKET

VITE_APP_ID

VITE_MESSAGING_SENDER_ID

VITE_MEASUREMENT_ID

VITE_PROJECT_ID

VITE_GOOGLE_CLIENT_ID

backend server port:

VITE_SERVER_PORT

cashfree payment gateway:

VITE_MERCHANT_KEY

VITE_MERCHANT_SALT

mail sending feature:

VITE_LOGIN_MAIL_ID

VITE_LOGIN_MAIL_PASSWORD

VITE_LOGIN_USE_GMAIL

Run Locally

Clone the project

  git clone git@github.com:Gjeev/sb-frontend.git

Go to the project directory

  cd sb-frontend

Install dependencies

  npm install

Start the server

  npm run dev