Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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
```