Skip to content

Latest commit

 

History

History
22 lines (12 loc) · 466 Bytes

README.md

File metadata and controls

22 lines (12 loc) · 466 Bytes

API Authentication with Adonis.js

Build an API with authentication in Adonis.js

Getting Started

Make sure you have npm and yarn on your local machine

  1. Clone this repository and cd into it
  2. Run yarn or npm install to download dependencies
  3. Set up your database in your .env file and run php adonis migration:run

Prerequisites

  • Adonis
  • npm or Yarn

Built With

  • Adonis - Beautiful NodeJs framework