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

https://github.com/louis70109/bottender-typescript-sample


https://github.com/louis70109/bottender-typescript-sample

bottender typeorm typescript

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

This project is base on [Bottender](https://github.com/Yoctol/bottender).

## Main packages

- bottender: 1.0.0-beta.1
- typescript: ^3.7.0-beta
- Postgresql
- typeorm

## Create `.env`

Replace `.env.sample` name to `.env` and add relate information in here.

## Test

- `tsc -w` to Compile
- `yarn install`
- `yarn dev` to test bot, or add `--console` to test bot in CLI.