{"id":13631038,"url":"https://github.com/steveklabnik/rustmvc","last_synced_at":"2025-08-16T12:31:55.828Z","repository":{"id":22301111,"uuid":"25636015","full_name":"steveklabnik/rustmvc","owner":"steveklabnik","description":"TodoMVC, with Rust and Ember","archived":false,"fork":false,"pushed_at":"2017-12-21T19:18:07.000Z","size":538,"stargazers_count":70,"open_issues_count":1,"forks_count":7,"subscribers_count":5,"default_branch":"master","last_synced_at":"2024-12-01T15:25:23.352Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/steveklabnik.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2014-10-23T12:33:24.000Z","updated_at":"2023-09-01T13:02:59.000Z","dependencies_parsed_at":"2022-08-21T01:00:49.813Z","dependency_job_id":null,"html_url":"https://github.com/steveklabnik/rustmvc","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/steveklabnik%2Frustmvc","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/steveklabnik%2Frustmvc/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/steveklabnik%2Frustmvc/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/steveklabnik%2Frustmvc/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/steveklabnik","download_url":"https://codeload.github.com/steveklabnik/rustmvc/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":229790918,"owners_count":18124597,"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":[],"created_at":"2024-08-01T22:02:08.130Z","updated_at":"2024-12-16T22:48:41.362Z","avatar_url":"https://github.com/steveklabnik.png","language":"JavaScript","readme":"# rustmvc\n\n[![Build Status](https://travis-ci.org/steveklabnik/rustmvc.svg)](https://travis-ci.org/steveklabnik/rustmvc)\n\nThis is a [TodoMVC](http://todomvc.com/) implementation, using\n[Ember](http://emberjs.com/) on the front end and\n[Nickel.rs](https://nickel-org.github.io/) on the back end.\n\nIn other words: Rust + Ember, sitting in a tree. K I S...\n\n## Getting started\n\nYou'll need a postgres instance running on localhost, with a\n`rustmvc` user and a `rustmvc` database:\n\n```bash\n$ createrole rustmvc\n$ createdb rustmvc\n```\n\nWhen you've got that going...\n\n```bash\n$ git clone https://github.com/steveklabnik/rustmvc\n$ cd rustmvc\n$ cargo build\n$ ./target/create_databases # you only need this the first time\n$ ./target/rustmvc\n$ firefox http://localhost:6767/ # in a different shell, of course\n$ curl --data \"{\\\"title\\\":\\\"Title ha ha ha\\\",\\\"is_completed\\\":false}\" http://localhost:6767/todos\n```\n","funding_links":[],"categories":["JavaScript"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsteveklabnik%2Frustmvc","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsteveklabnik%2Frustmvc","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsteveklabnik%2Frustmvc/lists"}