Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mr4torr-team/backend-bootstrap
Start of REST API project in adonisjs v5 and typescript with JWT authentication, I18n, sending email for confirmation and recovery
https://github.com/mr4torr-team/backend-bootstrap
adonisjs adonisjs-v5 i18n jwt typescript
Last synced: 24 days ago
JSON representation
Start of REST API project in adonisjs v5 and typescript with JWT authentication, I18n, sending email for confirmation and recovery
- Host: GitHub
- URL: https://github.com/mr4torr-team/backend-bootstrap
- Owner: mr4torr-team
- Created: 2020-03-28T01:45:38.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-11T02:07:11.000Z (almost 2 years ago)
- Last Synced: 2023-04-03T23:56:24.879Z (over 1 year ago)
- Topics: adonisjs, adonisjs-v5, i18n, jwt, typescript
- Language: TypeScript
- Homepage:
- Size: 2.47 MB
- Stars: 2
- Watchers: 2
- Forks: 2
- Open Issues: 15
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
## Start of REST API project in adonisjs v5 and typescript with JWT authentication, I18n, sending email for confirmation and recovery
### Install
```
cp .env.example .env
yarn install
```### Run
```
yarn run start
```