Welcome to Loco!

It looks like you've just started your Loco server, and this is the fallback page displayed when a route doesn't exist.

Remove this Fallback Page

To remove this fallback page, adjust the configuration in your config/development.yaml file. Look for the fallback: setting and disable or customize it.

Scaffold Your Application

Use the Loco CLI to scaffold your application:

cargo loco generate scaffold movie title:string

This creates models, controllers, and views.

Need More Help?

If you need further assistance, check out the Loco documentation or post on our discussions forum.