Adonis Fullstack App Template
Go to file Use this template
2021-03-23 10:18:16 +05:30
app fix(trait): syntax error (#37) 2019-01-21 10:04:24 +01:00
config Update session.js redis configuration (#42) 2019-05-27 09:42:37 +02:00
database feat(intellisense): add type comments 2018-09-15 09:37:07 +02:00
public feat(views): link to the doc (#34) 2018-12-27 08:47:12 +01:00
resources/views feat(views): link to the doc (#34) 2018-12-27 08:47:12 +01:00
start feat: add NoTimestamp trait + ConvertEmptyStringsToNull middleware (#30) 2019-01-02 10:10:56 +01: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 gitignore all sqlite files inside db folder (#45) 2019-10-22 09:31:28 +02:00
ace feat(*) initial commit 2017-08-20 22:39:25 +05:30
package.json fix: limit bodyparser semver range to patch version only 2021-03-23 10:18:16 +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