Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 18 days 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 (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T04:26:45.000Z (almost 2 years ago)
- Last Synced: 2024-10-28T17:09:28.208Z (2 months ago)
- Topics: ecmascript6, es6, javascript, learning, learning-js, node, nodejs
- Language: JavaScript
- Size: 953 KB
- Stars: 0
- Watchers: 1
- 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