Skip to content

Latest commit

 

History

History
9 lines (9 loc) · 198 Bytes

README.md

File metadata and controls

9 lines (9 loc) · 198 Bytes

AdonisJS 5 Preview - Blog App

Setup

  • Clone the project
  • node ace build
  • npm i @adonisjs/lucid@alpha
  • node ace invoke @adonisjs/lucid
  • configure .env
  • npm i mysql
  • node ace migration:run