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

https://github.com/akira-cn/todolist-thinkjs

Simple GTD-style todo list.
https://github.com/akira-cn/todolist-thinkjs

Last synced: 2 months ago
JSON representation

Simple GTD-style todo list.

Awesome Lists containing this project

README

        

Application created by [ThinkJS](http://www.thinkjs.org)

## Install dependencies

```
npm install
```

## Start server

```
npm start
```

## Github Authority

visit http://localhost:8360/

## Deploy with pm2

Use pm2 to deploy app on production enviroment.

```
pm2 startOrReload pm2.json
```