{"id":25678048,"url":"https://github.com/limpidcrypto/lc_api","last_synced_at":"2026-06-12T13:31:50.189Z","repository":{"id":275042607,"uuid":"924751185","full_name":"LimpidCrypto/lc_api","owner":"LimpidCrypto","description":null,"archived":false,"fork":false,"pushed_at":"2025-01-30T20:33:10.000Z","size":71,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-24T15:45:23.389Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Rust","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/LimpidCrypto.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2025-01-30T15:37:48.000Z","updated_at":"2025-01-30T20:33:14.000Z","dependencies_parsed_at":"2025-01-30T21:29:41.387Z","dependency_job_id":"2d2fa778-b049-4e1f-94c9-933805e7a5e4","html_url":"https://github.com/LimpidCrypto/lc_api","commit_stats":null,"previous_names":["limpidcrypto/lc_api"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/LimpidCrypto/lc_api","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LimpidCrypto%2Flc_api","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LimpidCrypto%2Flc_api/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LimpidCrypto%2Flc_api/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LimpidCrypto%2Flc_api/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/LimpidCrypto","download_url":"https://codeload.github.com/LimpidCrypto/lc_api/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LimpidCrypto%2Flc_api/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34247460,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-12T02:00:06.859Z","response_time":109,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":"2025-02-24T15:35:26.392Z","updated_at":"2026-06-12T13:31:50.163Z","avatar_url":"https://github.com/LimpidCrypto.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Welcome to Loco :train:\n\n[Loco](https://loco.rs) is a web and API framework running on Rust.\n\nThis is the **SaaS starter** which includes a `User` model and authentication based on JWT.\nIt also include configuration sections that help you pick either a frontend or a server-side template set up for your fullstack server.\n\n\n## Quick Start\n\n```sh\ncargo loco start\n```\n\n```sh\n$ cargo loco start\nFinished dev [unoptimized + debuginfo] target(s) in 21.63s\n    Running `target/debug/myapp start`\n\n    :\n    :\n    :\n\ncontroller/app_routes.rs:203: [Middleware] Adding log trace id\n\n                      ▄     ▀\n                                 ▀  ▄\n                  ▄       ▀     ▄  ▄ ▄▀\n                                    ▄ ▀▄▄\n                        ▄     ▀    ▀  ▀▄▀█▄\n                                          ▀█▄\n▄▄▄▄▄▄▄  ▄▄▄▄▄▄▄▄▄   ▄▄▄▄▄▄▄▄▄▄▄ ▄▄▄▄▄▄▄▄▄ ▀▀█\n ██████  █████   ███ █████   ███ █████   ███ ▀█\n ██████  █████   ███ █████   ▀▀▀ █████   ███ ▄█▄\n ██████  █████   ███ █████       █████   ███ ████▄\n ██████  █████   ███ █████   ▄▄▄ █████   ███ █████\n ██████  █████   ███  ████   ███ █████   ███ ████▀\n   ▀▀▀██▄ ▀▀▀▀▀▀▀▀▀▀  ▀▀▀▀▀▀▀▀▀▀  ▀▀▀▀▀▀▀▀▀▀ ██▀\n       ▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀\n                https://loco.rs\n\nenvironment: development\n   database: automigrate\n     logger: debug\ncompilation: debug\n      modes: server\n\nlistening on http://localhost:5150\n```\n\n## Full Stack Serving\n\nYou can check your [configuration](config/development.yaml) to pick either frontend setup or server-side rendered template, and activate the relevant configuration sections.\n\n\n## Getting help\n\nCheck out [a quick tour](https://loco.rs/docs/getting-started/tour/) or [the complete guide](https://loco.rs/docs/getting-started/guide/).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flimpidcrypto%2Flc_api","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flimpidcrypto%2Flc_api","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flimpidcrypto%2Flc_api/lists"}