Skip to content

This project is a sample Rails application with all Lato engines integrated.

Notifications You must be signed in to change notification settings

Lato-org/lato_sample_app

Repository files navigation

Lato Sample App

This project is a sample Rails application with all Lato engines integrated. It serves as a reference implementation to demonstrate how to set up and use Lato in a Rails environment and to test engines integration.

Informations

The project has been created with:

  • Ruby version: 3.2.0
  • Rails version: 8.1.1

Setup

To set up the application, follow these steps:

  1. Clone the repository:
git clone
  1. Navigate to the project directory:
cd lato_sample_app
  1. Install the required gems:
bundle install
  1. Set up the database:
rails db:create db:migrate
  1. Run seeds to populate the database with initial data:
rails db:seed
  1. Start the Rails server:
rails server
  1. Open your web browser and navigate to http://localhost:3000 to access the application.

  2. Login to the Lato panel using the following credentials:

  • Email: admin@mail.com
  • Password: Password1!

About

This project is a sample Rails application with all Lato engines integrated.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published