https://github.com/aahnik/swarna-krishi-api
Backend of Swarna Krishi Web Application developed during Hackfrenzy (Abhisarga - IIITS TechnoCultural Fest 2023)
https://github.com/aahnik/swarna-krishi-api
Last synced: 11 months ago
JSON representation
Backend of Swarna Krishi Web Application developed during Hackfrenzy (Abhisarga - IIITS TechnoCultural Fest 2023)
- Host: GitHub
- URL: https://github.com/aahnik/swarna-krishi-api
- Owner: aahnik
- Created: 2023-04-07T09:34:35.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-04-08T10:20:48.000Z (about 3 years ago)
- Last Synced: 2025-03-01T23:07:47.445Z (over 1 year ago)
- Language: Python
- Size: 23.2 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# swarna-krishi-api
Help farmers manage their crops.
The frontend of this application lives here: https://github.com/Mithun-750/Swarna-Krishi-app
## Credits
The crop and fertilizer predictions in our app is possible due to this open source project (https://github.com/Gladiator07/Harvestify) by [Atharva Ingle](https://www.linkedin.com/in/atharva-ingle-564430187/)
## Run
```shell
docker run --rm -p 27017:27017 mongo
uvicorn api.main:app --reload --port 8080
```
You can view the autogenerated api docs at the `/docs` endpoint.