https://github.com/keda87/node-todo-app
Practical use nodejs using express and ES6
https://github.com/keda87/node-todo-app
ecmascript6 es6 javascript learning learning-js node nodejs
Last synced: 4 months ago
JSON representation
Practical use nodejs using express and ES6
- Host: GitHub
- URL: https://github.com/keda87/node-todo-app
- Owner: Keda87
- Created: 2019-07-12T01:44:53.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T04:26:45.000Z (over 3 years ago)
- Last Synced: 2025-10-30T14:51:58.637Z (8 months ago)
- Topics: ecmascript6, es6, javascript, learning, learning-js, node, nodejs
- Language: JavaScript
- Size: 953 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 17
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# node-todo-app
Practical use nodejs using express and ES6
# How to:
```
$ yarn build && docker-compose up
```
### TODO:
- [x] Dockerize the app and database.
- [ ] Implement unit testing
- [ ] Implement build pipeline