jean-broqua / adonis-apionly-template

Template to quick start an API using AdonisJS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Template to quick start an API using AdonisJS


Languages

Language:TypeScript 99.4%Language:Shell 0.6%