https://github.com/chiqors/electron-adonis5-blog
Blog CRUD Application with Electron & AdonisJS v5
https://github.com/chiqors/electron-adonis5-blog
adonis5 adonisjs5 blog chiqo-practice electron lucid mysql nodejs
Last synced: about 1 year ago
JSON representation
Blog CRUD Application with Electron & AdonisJS v5
- Host: GitHub
- URL: https://github.com/chiqors/electron-adonis5-blog
- Owner: chiqors
- Created: 2020-06-18T06:09:22.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-11T03:11:27.000Z (over 3 years ago)
- Last Synced: 2025-03-25T07:41:39.308Z (about 1 year ago)
- Topics: adonis5, adonisjs5, blog, chiqo-practice, electron, lucid, mysql, nodejs
- Language: TypeScript
- Homepage:
- Size: 1.45 MB
- Stars: 5
- Watchers: 0
- Forks: 3
- Open Issues: 17
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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.
```js
node ace migration:run
```
### Development
Run the following commant to start development/
```js
npm start
```