Skip to content

frankwrk/adonis-blog-demo

 
 

Repository files navigation

Adonis Blog Demo 📐

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

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 npm run build to build static assets
  • 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%