Space to Storage is a comprehensive web application. The primary goal of this project is to provide farmers with tools and features to optimize ground elevation, manage water storage, and enhance overall agricultural efficiency.
- Ground Elevation Analysis: Gain insights into the topography of your agricultural land to make informed decisions about crop selection, irrigation planning, and drainage.
- Node.js (https://nodejs.org/)
- Python (https://www.python.org/)
- FastAPI (https://fastapi.tiangolo.com/)
-
Clone the repository:
git clone https://github.com/plabankr/space-to-storage-frontend.git cd space-to-storage-frontend
-
Install dependencies:
npm install
-
Configure the frontend:
- Create a
.env
file in the directory. - Set the appropriate API endpoint for communication with the backend.
- Create a
-
Start the frontend:
npm dev
-
Open your browser and visit
http://localhost:3000
to access the Space to Storage application.
This project is licensed under the MIT License.