Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/adonisjs-community/adonis-blog-demo
https://github.com/adonisjs-community/adonis-blog-demo
Last synced: 4 days 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 (about 2 years ago)
- Last Synced: 2025-01-12T22:06:35.594Z (11 days ago)
- Language: JavaScript
- Size: 1.05 MB
- Stars: 424
- Watchers: 29
- 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