Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 2 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 (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-02-25T16:44:49.000Z (almost 4 years ago)
- Last Synced: 2024-05-21T05:14:15.628Z (8 months ago)
- Topics: adonis-framework, adonisjs, javascript, qoutes, webapp
- Language: JavaScript
- Size: 818 KB
- Stars: 0
- Watchers: 1
- 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
```