Rare find

FARM Stack To-Do. A working to-do app you can run on your computer that shows how three popular tools talk to each other.

github.com/mongodb-developer/FARM-Intro

Vaya's read on this project

Problem, audience, market, and the verdict — sign in to see it.

Updates

June 2026
  • Fix devcontainer config
  • Update devcontainer setup
  • Merge pull request #3 from mongodb-developer/upgrade
  • Update project metadata, upgrade dependencies and add CI workflow
May 2026
  • Merge pull request #2 from mongodb-developer/add-tests-and-ci
  • fix: add missing stubs so runtime test runs without app deps installed
  • test: add integration tests against real MongoDB
  • test: replace smoke checks with repo-local runtime tests
  • test: replace generic smoke check with repo-specific runtime contract…
  • test: add runtime smoke test and run it in CI
  • ci: add standard GitHub Actions smoke workflow
  • chore: migrate from Motor to PyMongo async
September 2024
  • Update README.md
June 2024
  • Updating dependencies to fix a problem with recent Python releases.
March 2021
  • Remove hashes from requirements.txt because they don't seem to work p…
November 2020
  • Add basic React UI
  • Add Tasks CRUD API
  • Initial commit