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
- Host: GitHub
- URL: https://github.com/chiqors/blogpreview
- Owner: chiqors
- Created: 2020-06-13T16:20:34.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-11T03:05:18.000Z (over 2 years ago)
- Last Synced: 2025-01-24T22:12:17.207Z (4 months ago)
- Topics: adonis, adonisjs, adonisjs-framework, adonisjs5, blog, blog-app, blog-application, chiqo-practice, rest-api, simple-crud
- Language: TypeScript
- Size: 887 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
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