ashokgelal / adonis-blog-demo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:JavaScript 99.6%Language:Shell 0.2%Language:CSS 0.2%