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.
The project has been created with:
- Ruby version: 3.2.0
- Rails version: 8.1.1
To set up the application, follow these steps:
- Clone the repository:
git clone- Navigate to the project directory:
cd lato_sample_app- Install the required gems:
bundle install- Set up the database:
rails db:create db:migrate- Run seeds to populate the database with initial data:
rails db:seed- Start the Rails server:
rails server-
Open your web browser and navigate to
http://localhost:3000to access the application. -
Login to the Lato panel using the following credentials:
- Email:
admin@mail.com - Password:
Password1!