Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/bradtraversy/adonis40blog

Simple blog in AdonisJS 4.0
https://github.com/bradtraversy/adonis40blog

Last synced: 3 months ago
JSON representation

Simple blog in AdonisJS 4.0

Awesome Lists containing this project

README

        

# Adonis 4.0 Blog

This is a simple CRUD app using AdonisJS 4.0

## Usage

Install dependencies

```bash
npm install
```

### Database setup
Edit your .env file to include the correct DB credentials

### Migrations

Run the following command to run startup migrations.

```js
adonis migration:run
```

### Run Server (nodemon suggested)

```bash
adonis serve
```

or

```bash
nodemon server.js
```