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
- Host: GitHub
- URL: https://github.com/louis70109/bottender-typescript-sample
- Owner: louis70109
- Created: 2019-11-17T14:01:15.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-02-03T03:22:54.000Z (over 2 years ago)
- Last Synced: 2025-04-14T11:06:22.875Z (about 2 months ago)
- Topics: bottender, typeorm, typescript
- Language: JavaScript
- Size: 2.98 MB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 21
-
Metadata Files:
- Readme: README.md
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.