https://github.com/alphaolomi/adonis-qoutes
Quotes Application in Adonis.js
https://github.com/alphaolomi/adonis-qoutes
adonis-framework adonisjs javascript qoutes webapp
Last synced: 9 months ago
JSON representation
Quotes Application in Adonis.js
- Host: GitHub
- URL: https://github.com/alphaolomi/adonis-qoutes
- Owner: alphaolomi
- Created: 2019-12-09T15:27:24.000Z (over 6 years ago)
- Default Branch: main
- Last Pushed: 2021-02-25T16:44:49.000Z (over 5 years ago)
- Last Synced: 2025-07-26T17:20:40.528Z (11 months ago)
- Topics: adonis-framework, adonisjs, javascript, qoutes, webapp
- Language: JavaScript
- Size: 818 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Qoute
A simple Qoutes web app built in AdonisJs, it comes pre-configured with.
## Features
1. Bodyparser
2. Authentication
3. Web security middleware
4. CORS
5. Seeds qoutes
## Setup
Use the Yarn command to install
```bash
yarn
```
### Migrations
Run the following command to run startup migrations.
```js
adonis migration:run
```