https://github.com/adonisjs-community/adonis-blog-demo
https://github.com/adonisjs-community/adonis-blog-demo
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/adonisjs-community/adonis-blog-demo
- Owner: adonisjs-community
- Created: 2017-10-12T20:52:11.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-01-23T20:42:19.000Z (over 2 years ago)
- Last Synced: 2025-03-29T20:09:50.609Z (3 months ago)
- Language: JavaScript
- Size: 1.05 MB
- Stars: 425
- Watchers: 28
- Forks: 98
- Open Issues: 17
-
Metadata Files:
- Readme: README.md
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