No description
  • Go 98.9%
  • Dockerfile 1.1%
Find a file
Joshue Abance 491ff9b6a7
Some checks failed
Deployment / deployment (push) Failing after 40s
feat: trading centers add field "facebookPage"
2025-09-06 20:43:41 +08:00
.github/workflows ci: add deploy workflow 2025-07-13 23:10:15 +08:00
.vscode process parsed data and save to db 2024-11-28 04:51:51 +08:00
api feat: trading centers add field "facebookPage" 2025-09-06 20:43:41 +08:00
docs feat: new /api/veggies/ids filter endpoint 2025-08-08 05:18:17 +08:00
.air.toml initial usable api 2024-11-29 02:54:13 +08:00
.gitignore move scripts to its own repo 2024-11-30 17:41:51 +08:00
docker-compose.yml feat: add database services in the api 2025-01-30 15:12:19 +08:00
Dockerfile feat: add dockerfile 2024-12-14 20:47:08 +08:00
go.mod chore: update packages 2025-05-27 14:39:48 +08:00
go.sum chore: update packages 2025-05-27 14:39:48 +08:00
LICENSE update readme and add license 2025-05-27 21:19:13 +08:00
main.go fix: types 2025-05-14 23:43:23 +08:00
README.md update readme and add license 2025-05-27 21:19:13 +08:00

Agritrak API

Service API for AgriTrakPH web app

Swagger URL: https://api-marketmonitor.tbdh.dev/swagger/index.html

Development

Requires Go >= 1.23.2

  • For running during development, use air for auto reload.

Environment Variables

MONGODB_URI=mongodb-uri-instance

Deployment

Using docker compose.

docker compose up -d --build