Skip to content

Latest commit

 

History

History
37 lines (24 loc) · 972 Bytes

README.md

File metadata and controls

37 lines (24 loc) · 972 Bytes

Database.md

TODO:

  • Make templates borrow data instead of own it
  • Logout button
  • 404 page
  • create account functionality
  • Display errors in create listing page directly in form (+ don't reset form data when it does)

Docker tags

  • dev-{{number}}: Built from main branch, increases after each run. For testing.
  • dev-latest: Latest dev-* build
  • pr-{{number}}: Built when a pull request is marked as ready to review
  • release-v{{version}}: Not used currently, will be used with tags to release versions
  • latest: Will be used together with the release tags

Plant identification sites

Offline

https://plantnet.org/en/2022/10/18/plntnet-offline-embedded-identify-plants-anywhere-without-connection/

Online

https://www.kindwise.com/plant-id

https://plantnet.org/en/

Dev

Test file upload with cURL

curl --form file='@plant-desk.jpg' http://localhost:3000/api/v1/image -v