Adonis Fullstack App Template
Go to file Use this template
2018-10-01 20:25:43 +02:00
app/Models feat(intellisense): add type comments 2018-09-15 09:37:07 +02:00
config fix(session): cookie sameSite must be false 2018-10-01 20:25:43 +02:00
database feat(intellisense): add type comments 2018-09-15 09:37:07 +02:00
public feat(*) initial commit 2017-08-20 22:39:25 +05:30
resources/views Update welcome.edge (#27) 2018-06-09 08:14:53 +02:00
start fix type of Route (#31) 2018-10-01 20:23:03 +02:00
.editorconfig feat(*) initial commit 2017-08-20 22:39:25 +05:30
.env.example chore(env): remove default APP_KEY 2018-06-06 09:11:41 +02:00
.gitignore chore: remove package-lock 2018-09-22 10:05:51 +02:00
ace feat(*) initial commit 2017-08-20 22:39:25 +05:30
package.json chore(package): update dependencies 2018-10-01 20:25:43 +02:00
README.md feat(*) initial commit 2017-08-20 22:39:25 +05:30
server.js feat(*) initial commit 2017-08-20 22:39:25 +05:30

Adonis fullstack application

This is the fullstack boilerplate for AdonisJs, it comes pre-configured with.

  1. Bodyparser
  2. Session
  3. Authentication
  4. Web security middleware
  5. CORS
  6. Edge template engine
  7. Lucid ORM
  8. Migrations and seeds

Setup

Use the adonis command to install the blueprint

adonis new yardstick

or manually clone the repo and then run npm install.

Migrations

Run the following command to run startup migrations.

adonis migration:run