verdecchia / adonisjs-template

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

adonisJs V5 template

Local development

Prerequisites

Suggestion: use volta or nvm

Add .env file

Copy .env.example to .env and fill it with your data.

$ cp .env.example .env

Yarn install

$ yarn

Yarn IDE autocomplete and code checking

  • vs code
$ yarn dlx @yarnpkg/sdks vscode
  • other IDE (todo)

Docker compose

$ docker compose up -d

Run tests with docker

$ yarn test:docker

Optionally run locally:

$ yarn test

Format project code

$ yarn format

Lint code

$ yarn lint

About


Languages

Language:TypeScript 99.7%Language:Dockerfile 0.3%