An open API service indexing awesome lists of open source software.

https://github.com/chiqors/blogpreview

AdonisJS 5 Preview - Simple CRUD Blog App
https://github.com/chiqors/blogpreview

adonis adonisjs adonisjs-framework adonisjs5 blog blog-app blog-application chiqo-practice rest-api simple-crud

Last synced: 2 months ago
JSON representation

AdonisJS 5 Preview - Simple CRUD Blog App

Awesome Lists containing this project

README

        

# 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