Boilerplate for creating a JWT API server in AdonisJs with vuejs as backend.
The AdonisJS JWT is a boilerplate for creating an API server in AdonisJs. It comes pre-configured with various features such as Bodyparser, Authentication, Authorization, and more. This boilerplate provides a set of API endpoints for user authentication, user profile management, and more.
adonis new <app-name> --blueprint=adonisjs-jwt
git clone <repository-url>
cd <app-name>
npm install
adonis migration:run
The AdonisJS JWT is a powerful boilerplate for creating an API server in AdonisJs. It comes with several key features such as authentication, authorization, and user profile management. The installation process is straightforward, and the documentation provides clear instructions on how to set it up. Overall, this boilerplate can be a useful tool for developers looking to quickly create an API server with AdonisJs.