Todoist App

This project is a part of LINE assignment.

Getting Started

DEMO

  • Add Chat bot as a friend LINE Chat bot QR code

  • Add todo by using predefined format

CONTENT : DATE : TIME

Example: Interview at Line : tomorrow : 15:00

aug-22-2561 21-14-57

Prerequisite

Development

  • Clone repository
$ git clone https://github.com/zestzero/line-todo-chatbot.git
  • Start MongoDB Server
$ docker-compose up

Using yarn:

  • Install dependencies
$ yarn
  • Start Server
$ yarn start
  • Start Client
$ cd client && yarn && yarn start

Testing

  • Server
$ yarn test
  • Client
$ cd client && yarn test

Deployment

Using heroku container to deploy the container using Dockerfile.

$ heroku container:login
$ heroku create
$ heroku container:push web
$ heroku container:release web
$ heroku open

Documentation

Future works

  • Deployment using CI tools (with automation test).
  • Add JWT to verify incoming request using access_token.
  • Improve UI to be more user friendly.

Requirements

  • Node.js 8 or higher

Contributing

Please check CONTRIBUTING before making a contribution.

License

Apache License Version 2.0