/adonis-apionly-template

Template to quick start an API using AdonisJS

Primary LanguageTypeScript

Adonis API Only Template

Pre configured API template usigin AdonisJS.

How to setup:

yarn or npm install

Configuration Options:

  • Eslint
  • Prettier
  • WebToken Auth
  • PostreSQL Database

Included

  • User Model / Migration
  • Register / Login Routes
  • User Factory
  • Regiter / Login Tests
  • Redis
  • docker-compose with PostreSQL and Redis.