Adonis Fullstack App Template
Go to file Use this template
2018-06-05 17:53:20 +05:30
app/Models chore(hook): move beforeCreate hook to user model (#16) 2018-06-05 17:53:20 +05:30
config style(config): typo in shieldconfiguration 2018-06-05 17:53:20 +05:30
database chore(schema): Change token length + index 2018-06-05 17:53:20 +05:30
public feat(*) initial commit 2017-08-20 22:39:25 +05:30
resources/views feat(*) initial commit 2017-08-20 22:39:25 +05:30
start fix: typo (#21) 2018-06-05 17:53:20 +05:30
.editorconfig feat(*) initial commit 2017-08-20 22:39:25 +05:30
.env.example chore(gitignore,env): structure and add comments 2017-10-30 13:13:29 +05:30
.gitignore chore(gitignore): remove lock files 2018-06-05 17:53:20 +05:30
ace feat(*) initial commit 2017-08-20 22:39:25 +05:30
package.json chore(package): update dependencies 2018-03-18 20:44:34 +05:30
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