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

https://github.com/vectormike/adonis_blogapi


https://github.com/vectormike/adonis_blogapi

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# Adonis Blog API application

Project repository for how to deploy a AdonisJs on DigitalOcean.

## Setup

Use the adonis command to install the blueprint

```bash
adonis new yardstick --api-only
```

or manually clone the repo and then run `npm install`.

### Migrations

Run the following command to run startup migrations.

```js
adonis migration:run
```