项目作者: chiqors

项目描述 :
Blog CRUD Application with Electron & AdonisJS v5
高级语言: TypeScript
项目地址: git://github.com/chiqors/electron-adonis5-blog.git
创建时间: 2020-06-18T06:09:22Z
项目社区:https://github.com/chiqors/electron-adonis5-blog

开源协议:

下载


Adonis5 with Electron fullstack blog application

This is the fullstack blog application for AdonisJs with Electron, 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
  9. Electron

Setup

  1. Manually clone the repo and then run npm install.
  2. Copy .env.example and rename into .env, fill in the environment
  3. Use localhost or 127.0.0.1 instead of 0.0.0.0

Migrations

Run the following command to run startup migrations.

  1. node ace migration:run

Development

Run the following commant to start development/

  1. npm start