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.
- Authentication System
- Blogging System
- API Testing
- Browser Testing
- Assets management
- Run
npm installto install all dependencies - Make a copy of
.env.examplerename it to.env - Run
adonis key:generateto generate the secret key - Run
adonis migration:runto setup the database - Run
npm run buildto build static assets - Run
adonis serve --devto run the application