Skip to content

hbsion/adonis-acl-blog-demo

 
 

Repository files navigation

Adonis Blog Demo + Acl System 📐

This repo contains an example application of the Adonis Framework. You must checkout the source code or the API docs on official website to learn more.




What's in the box?

  1. Authentication System
  2. Blogging System
  3. API Testing
  4. Browser Testing
  5. Assets management
  6. Acl System

What's the roadmap?

  1. Passwordless authentication
  2. Frontend framework to increase the UX
  3. ACL
  4. WYSIWYG editor
  5. File uploaded with processing (image)

How to run

  • Run npm install to install all dependencies
  • Make a copy of .env.example rename it to .env
  • Run adonis key:generate to generate the secret key
  • Run adonis migration:run to setup the database
  • Run adonis seed to create the administrator
  • Run npm run build:dev to build static assets (preferably in another terminal tab/window)
  • Run adonis serve --dev to run the application

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 99.8%
  • CSS 0.2%