koala-sequelize-typescript

Just Boilerplate Koa, Sequelize and TypeScript ( 🐨 )

MIT License

Stars
4

Just boilerplate koa, sequelize dan typescript

Prerequisites

  • npm >= v6.x
  • node >= v10.x
  • eslint >= v7.x
  • Familiar with TypeScript

Feature

Install

yarn install

Usage

yarn run start

Run tests

yarn run test

SMTP Basic

MAIL_DRIVER=smtp
MAIL_HOST=smtp.mailgun.org
MAIL_PORT=465
MAIL_AUTH_TYPE=
MAIL_USERNAME=[email protected]
MAIL_PASSWORD=your_password
MAIL_ENCRYPTION=null

SMTP Google Oauth Email ( Gmail )

MAIL_DRIVER=gmail
MAIL_HOST=null
MAIL_PORT=null
MAIL_AUTH_TYPE=OAuth2
MAIL_USERNAME=[email protected]
MAIL_PASSWORD=null
MAIL_ENCRYPTION=null

OAUTH_CLIENT_ID=your_client_id
OAUTH_CLIENT_SECRET=your_client_secret
OAUTH_REDIRECT_URL=https://developers.google.com/oauthplayground
OAUTH_REFRESH_TOKEN=your_refresh_token

Setup Google Oauth

Author

masb0ymas

Show your support

Give a if this project helped you!

License

Copyright 2020 masb0ymas. This project is MIT licensed.


This README was generated with by readme-md-generator