Skip to content

socar-my/starter-app

Repository files navigation

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: [email protected] Password: 123456

Releases

No releases published

Packages

No packages published