Find a file
2025-04-08 19:14:08 -05:00
cmd Rearrange folders, and separate functionality 2025-03-31 18:15:51 -05:00
internal fix merge issues 2025-04-08 19:14:08 -05:00
.gitignore set up project 2025-03-29 19:06:07 -05:00
flake.lock set up project 2025-03-29 19:06:07 -05:00
flake.nix set up project 2025-03-29 19:06:07 -05:00
go.mod add logger, rearrange database initialization 2025-04-08 17:10:49 -05:00
go.sum add logger, rearrange database initialization 2025-04-08 17:10:49 -05:00
query_draft.sql added query draft 2025-04-08 18:36:11 -05:00
README.md added tasks to README.md 2025-03-29 20:57:08 -05:00
shell.nix set up project 2025-03-29 19:06:07 -05:00

Vegan Barcode

The goal of this project is to be a crowd sourced resource to find out if a product is vegan

Task list

  • figure out how we want to handle database migrations
  • database object models should be separated out from database migration function
  • create main process that runs database migration and then starts api
  • create search api
  • create upload api
  • create workers
    • barnivore lookup
    • alergen ingredient database lookup?
  • create mobile and desktop front ends
  • moderation tooling?