waqar882 / starter-app

Starter App

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Starter App


Languages

Language:CSS 61.1%Language:JavaScript 38.9%