- Receive message from line webhook and save the user info and message in MongoDB
- Create a API send message back to line
- Create a API query message list of the user from MongoDB
simpleline_demo.mp4
- 00:16 👉 input the channel access token and start the server
- 00:33 ~ 00:47 👉 Receive message from line webhook and save the user info and message in MongoDB
- 00:59 👉 Create a API query message list of the user from MongoDB
- 01:03 👉 Create a API send message back to line
- postman : test API
- ngrok : for local test to generate a https endpoint
- mongoDB ( Studio 3T ) : mongo GUI
- docker
- Makefile