This is a normal rails 7 app created with rails new
with postgresql as the database and tailwind configured.
As part of the test, you might need to configure and install additional things like view compononents
- Standard rails 7 workflow.
- Make sure you create database (rails db:create).
- Run server with
bin/dev