{"id":21217236,"url":"https://github.com/cachapa/tudo_server","last_synced_at":"2025-07-10T11:33:28.385Z","repository":{"id":181563612,"uuid":"666954161","full_name":"cachapa/tudo_server","owner":"cachapa","description":"A simple to-do app server","archived":false,"fork":false,"pushed_at":"2024-03-03T13:54:07.000Z","size":2474,"stargazers_count":8,"open_issues_count":0,"forks_count":4,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-03-03T14:43:59.243Z","etag":null,"topics":["crdt","dart","postgresql","shelf"],"latest_commit_sha":null,"homepage":"","language":"Dart","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/cachapa.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null}},"created_at":"2023-07-16T06:29:48.000Z","updated_at":"2024-02-20T02:20:20.000Z","dependencies_parsed_at":"2024-03-03T14:49:48.985Z","dependency_job_id":null,"html_url":"https://github.com/cachapa/tudo_server","commit_stats":null,"previous_names":["cachapa/tudo_server"],"tags_count":28,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cachapa%2Ftudo_server","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cachapa%2Ftudo_server/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cachapa%2Ftudo_server/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cachapa%2Ftudo_server/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cachapa","download_url":"https://codeload.github.com/cachapa/tudo_server/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":225637195,"owners_count":17500360,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["crdt","dart","postgresql","shelf"],"created_at":"2024-11-20T21:57:34.091Z","updated_at":"2024-11-20T21:57:34.791Z","avatar_url":"https://github.com/cachapa.png","language":"Dart","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cimg src=\"tudo.svg\" width=\"240\"\u003e\n\nan experiment in simple connected to-do lists.\n\nThis project is the server counterpart to the [tudo app](https://github.com/cachapa/tudo).\n\n## Usage\n\nNote that `tudo_server` uses PostgresSQL database to store its data, so make sure you have access to a running instance.\n\nThe simplest way to run the program is to run main.dart:\n\n``` shell\n$ dart pub get\n$ dart bin/main.dart\nServing at http://localhost:8080\n```\n\nHowever, you might prefer to precompile the program into native code, making it much more efficient:\n\n``` shell\n$ dart pub get\n$ dart compile exe bin/main.dart -o tudo_server\n$ ./tudo_server\nServing at http://localhost:8080\n```\n\nRun `tudo_server --help` for server configuration options.\n\n### Docker\n\nYou can also run `tudo_server` in Docker. The easiest start is to copy the [docker-compose.yml](docker-compose.yml) file into a folder and run `docker compose up`. This will start `tudo_server` and a PostgreSQL database, listening on port 8080. If necessary, update the tag used for the `tudo_server` image to the latest release.\n\n## Hosting\n\nWhile this project can be hosted from any internet-accessible device, keep in mind:\n\n* It isn't suited for serverless hosting (e.g. Amazon Lambda, Google Cloud Run) since the server uses websockets for long-running sessions\n* HTTPS is required as modern Android and iOS versions disallow apps from establishing plaintext connections\n\n## How to contribute\n\nPlease file feature requests and bugs at the [issue tracker](https://github.com/cachapa/tudo_server/issues).\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcachapa%2Ftudo_server","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcachapa%2Ftudo_server","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcachapa%2Ftudo_server/lists"}