Database Configuration is Required

Before continuing please follow the steps below to configure your database connection and run the necessary migrations.

  1. Create the database for your application.
  2. Update the connection parameters for the database in the {{name}}.models.schema namespace of your application.
  3. Update the connection URL in the project.clj :ragtime settings.
  4. Run lein ragtime migrate in the root of the application to create the tables.
  5. Restart the application.