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
- Host: GitHub
- URL: https://github.com/vunb/ts-node-todo
- Owner: vunb
- License: mit
- Created: 2019-04-06T13:29:01.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-04-21T04:43:37.000Z (about 7 years ago)
- Last Synced: 2025-07-14T14:08:10.194Z (12 months ago)
- Topics: nodemy, passport-js, passport-local, postgresql
- Language: TypeScript
- Size: 277 KB
- Stars: 2
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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!