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
- 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
Run the following command to run startup migrations.
node ace migration:run
Run the following commant to start development/
npm start