Coder Social home page Coder Social logo

line-todo-chatbot's Introduction

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

line-todo-chatbot's People

Contributors

verthezest avatar zestzero avatar

Watchers

 avatar  avatar

line-todo-chatbot's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.