Skip to content

RamonSilva20/adonis-starter

Repository files navigation

ADONIS STARTER

This is a boilerplate for Fullstack AdonisJS Apps

Adonis Starter Adonis 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

About

Adonis Fullstack Starter App

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published