https://github.com/vectormike/adonis_blogapi
https://github.com/vectormike/adonis_blogapi
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/vectormike/adonis_blogapi
- Owner: Vectormike
- Created: 2020-09-24T19:10:53.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-09-25T09:47:23.000Z (over 5 years ago)
- Last Synced: 2025-02-02T06:41:28.994Z (over 1 year ago)
- Language: JavaScript
- Size: 62.5 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```