https://github.com/ethiel97/adonis_auth-api
A simple API with JWT authentication
https://github.com/ethiel97/adonis_auth-api
adonisjs jwt-authentication nodejs
Last synced: 6 months ago
JSON representation
A simple API with JWT authentication
- Host: GitHub
- URL: https://github.com/ethiel97/adonis_auth-api
- Owner: Ethiel97
- Created: 2018-10-26T00:35:27.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-09T20:14:03.000Z (about 3 years ago)
- Last Synced: 2025-03-29T07:02:44.635Z (9 months ago)
- Topics: adonisjs, jwt-authentication, nodejs
- Language: JavaScript
- Homepage:
- Size: 697 KB
- Stars: 6
- Watchers: 2
- Forks: 1
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## 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](https://adonisjs.com/) - Beautiful NodeJs framework