/starter-app

Starter App

Primary LanguageCSS

STARTER

Setup

Install Adonis

npm i -g @adonisjs/cli

Install dependencies

npm install

Copy and rename the file .env.example to .env and change the configurations

Migrations

Run the following command to run startup migrations.

adonis migration:run
adonis seed

Running

Start the app locally

adonis serve

Accessing

User: admin@admin.com Password: 123456