https://github.com/dipankardas011/crop-yield-monitor
https://github.com/dipankardas011/crop-yield-monitor
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/dipankardas011/crop-yield-monitor
- Owner: dipankardas011
- Created: 2023-03-02T15:41:02.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-26T05:08:46.000Z (over 1 year ago)
- Last Synced: 2025-03-23T11:03:48.873Z (7 months ago)
- Language: TypeScript
- Size: 57.1 MB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# crop-yield-monitor
# Project Documents
- [Project Docs](https://docs.google.com/document/d/1OA2uJ1kn7ileYLgplpS6gbcuHSR6UofU6R5m0gyzHmE/edit?usp=sharing)- **Design Doc** -> folder `design/`

# Screenshots
# Demo Try
```bash
make build # build all the containersmake run # run the docker compose up -d
# Visit the browser in localhost:8080
make destroy # to stop the containers
make destroy_all # to delete all the images for crop-yield-monitor
```