/radonis-example-application

The Radonis example application demonstrates how Radonis works and is a great starting point for new projects.

Primary LanguageTypeScript

Radonis Example Application

Getting Started

Create a .env file in the project root. For default environment variables, refer to .env.example.

Start the database locally:

docker compose up -d

Migrate the database for the first time:

node ace migration:fresh

Start the project for development:

npm run dev

Build the project for production:

npm run build

Tip: Install the AdonisJS VSCode extension for a better development experience.