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}}.db.schema namespace of your application.
  3. Update the connection URL nn the project.clj under the :ragtime key with your database name and login.
  4. Run lein ragtime migrate in the root of the project to create the tables.
  5. Restart the application.