Home

Awesome

Starter kit for AdonisJS 5

/!\ For AdonisJS v6 : here

A Node.js, TypeScript & sqlite starter built upon Adonis JS framework.

🔋 Batteries included:

Installation

npm install (or yarn)
node ace generate:key
node ace migration:run
node ace db:seed

sqlite is a default solution. @vscode/sqlite3 package require python2, if you rencontred error :

npm install --build-from-source --python=/usr/bin/python2

or

yarn --build-from-source --python=/usr/bin/python2

Developing

npm run dev
visite http://localhost:3333/admin
<img src="screenshots/screen1.png"> <img src="screenshots/screen2.png">