ericalmeidasp / adonisApi

API escrita com AdonisJS 5 e MySQL utilizando DOCKER. API para postagem de blogs com autenticação.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

backend

Build Setup

Install Docker Compose.

# Create container with MySQL
$ docker-compose up -d

# Create database structure
$ node ace migration:run

# install dependencies
$ npm install

# server with changes watcher
$ npm run dev

# build for production and launch server
$ npm run build
$ npm run start

About

API escrita com AdonisJS 5 e MySQL utilizando DOCKER. API para postagem de blogs com autenticação.


Languages

Language:TypeScript 99.6%Language:Shell 0.4%