Gabriel Kaszewski f8523c2e51
Some checks failed
CI / Check Style (push) Failing after 26s
CI / Run Clippy (push) Failing after 5m2s
CI / Run Tests (push) Failing after 11m13s
Grouping and filtering music files
2025-07-28 22:35:46 +02:00
2025-07-25 03:05:58 +02:00
2025-07-25 03:05:58 +02:00
2025-07-28 03:38:54 +02:00
2025-07-25 03:05:58 +02:00
2025-07-25 03:05:58 +02:00
2025-07-28 22:35:46 +02:00
2025-07-28 03:38:54 +02:00
2025-07-25 03:05:58 +02:00
2025-07-25 03:05:58 +02:00
2025-07-28 01:08:53 +02:00
2025-07-28 01:08:53 +02:00
2025-07-25 03:05:58 +02:00

Welcome to Loco 🚋

Loco is a web and API framework running on Rust.

This is the SaaS starter which includes a User model and authentication based on JWT. It also include configuration sections that help you pick either a frontend or a server-side template set up for your fullstack server.

Quick Start

cargo loco start
$ cargo loco start
Finished dev [unoptimized + debuginfo] target(s) in 21.63s
    Running `target/debug/myapp start`

    :
    :
    :

controller/app_routes.rs:203: [Middleware] Adding log trace id

                      ▄     ▀
                                 ▀  ▄
                  ▄       ▀     ▄  ▄ ▄▀
                                    ▄ ▀▄▄
                        ▄     ▀    ▀  ▀▄▀█▄
                                          ▀█▄
▄▄▄▄▄▄▄  ▄▄▄▄▄▄▄▄▄   ▄▄▄▄▄▄▄▄▄▄▄ ▄▄▄▄▄▄▄▄▄ ▀▀█
 ██████  █████   ███ █████   ███ █████   ███ ▀█
 ██████  █████   ███ █████   ▀▀▀ █████   ███ ▄█▄
 ██████  █████   ███ █████       █████   ███ ████▄
 ██████  █████   ███ █████   ▄▄▄ █████   ███ █████
 ██████  █████   ███  ████   ███ █████   ███ ████▀
   ▀▀▀██▄ ▀▀▀▀▀▀▀▀▀▀  ▀▀▀▀▀▀▀▀▀▀  ▀▀▀▀▀▀▀▀▀▀ ██▀
       ▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
                https://loco.rs

environment: development
   database: automigrate
     logger: debug
compilation: debug
      modes: server

listening on http://localhost:5150

Full Stack Serving

You can check your configuration to pick either frontend setup or server-side rendered template, and activate the relevant configuration sections.

Getting help

Check out a quick tour or the complete guide.

Description
No description provided
Readme 391 KiB
Languages
TypeScript 62.6%
Rust 35.2%
CSS 1.6%
Perl 0.3%
JavaScript 0.2%
Other 0.1%