Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/adonisjs-community/adonis-blog-demo


https://github.com/adonisjs-community/adonis-blog-demo

Last synced: 4 days ago
JSON representation

Awesome Lists containing this project

README

        

# Adonis Blog Demo :triangular_ruler:

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