Loco is strongly inspired by Rails. If you know Rails and Rust, you'll feel at home. If you only know Rails and new to Rust, you'll find Loco refreshing. We do not assume you know Rails.
cargo install loco-cli
cargo install sea-orm-cli # Only when DB is needed
Now you can create your new app (choose "SaaS
app").
β― loco new
β β― App name? Β· myapp
β β― What would you like to build? Β· SaaS app (with DB and user auth)
π Loco app generated successfully in:
myapp
To configure a database , please run a local postgres database with loco:loco and a db named [insert app]_development.
docker run -d -p 5432:5432 \
-e POSTGRES_USER=loco \
-e POSTGRES_DB=myapp_development \
-e POSTGRES_PASSWORD="loco" \
postgres:15.3-alpine
A more advanced set of docker-compose.yml
and Dockerfiles
that include Redis and the mailtutan
mailer are available for each starter on GitHub.
Now cd
into your myapp
and start your app:
$ cargo loco start
β β
β β
β β β β ββ
β βββ
β β β βββββ
βββ
βββββββ βββββββββ βββββββββββ βββββββββ βββ
ββββββ βββββ βββ βββββ βββ βββββ βββ ββ
ββββββ βββββ βββ βββββ βββ βββββ βββ βββ
ββββββ βββββ βββ βββββ βββββ βββ βββββ
ββββββ βββββ βββ βββββ βββ βββββ βββ βββββ
ββββββ βββββ βββ ββββ βββ βββββ βββ βββββ
ββββββ ββββββββββ ββββββββββ ββββββββββ βββ
βββββββββββββββββββββββββββββββββββββββ
https://loco.rs
listening on port 3000
- Stateless APIs
- Complete
SaaS
products with user authentication - Purpose-built services such as ML inference endpoints
- Full stack projects with separate frontend project integrated with Loco
- Hobby projects full-stack with backend and HTML frontend
- SpectralOps - various services powered by Loco framework
- Nativish - app backend powered by Loco framework
Thanks goes to these wonderful people: