If you haven't already follow the directions to create a Willow project. Once you have created a Willow project you should initialize your database, establish your models, controllers, and actions. Then optionally create validations.

You may opt to eject from the Willow framework if your project has reached a state where there are no expected changes or the expected changes will be minimal and you want to use your own namespace in the project.

Database Initialization

Models

Controllers

Actions

Generate

Validations