项目作者: chiqors
项目描述 :
Blog CRUD Application with Electron & AdonisJS v5
高级语言: TypeScript
项目地址: git://github.com/chiqors/electron-adonis5-blog.git
Adonis5 with Electron fullstack blog application
This is the fullstack blog application for AdonisJs with Electron, it comes pre-configured with.
- Bodyparser
- Session
- Authentication
- Web security middleware
- CORS
- Edge template engine
- Lucid ORM
- Migrations and seeds
- Electron
Setup
- Manually clone the repo and then run
npm install
. - Copy .env.example and rename into .env, fill in the environment
- Use localhost or 127.0.0.1 instead of 0.0.0.0
Migrations
Run the following command to run startup migrations.
node ace migration:run
Development
Run the following commant to start development/
npm start