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

https://github.com/vunb/ts-node-todo

ToDo app written in NodeJS with TypeScript
https://github.com/vunb/ts-node-todo

nodemy passport-js passport-local postgresql

Last synced: 3 months ago
JSON representation

ToDo app written in NodeJS with TypeScript

Awesome Lists containing this project

README

          

# ts-node-todo

`ToDo App` written in NodeJS with TypeScript

Start app in development mode:

> npm run dev

Start app in production mode

> npm start

# Technology Stack

* Node `v10.15.0`
* Npm `6.4.1`
* Express `^4.16.4`
* Knex / MySQL `^0.16.3`
* Passport-jwt `^4.0.0`
* winston `^3.2.1`

# HELP

Link to project frontend

* `git submodule add git@github.com:vunb/frontend-angular.git frontend`

# LICENSE

MIT

So, feel free to fork the project!