Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```