Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jdleesmiller/todo-demo
Companion repo for my "Testing with Node and Docker Compose" articles.
https://github.com/jdleesmiller/todo-demo
blog-article docker docker-compose nodejs testing todoapp
Last synced: 27 days ago
JSON representation
Companion repo for my "Testing with Node and Docker Compose" articles.
- Host: GitHub
- URL: https://github.com/jdleesmiller/todo-demo
- Owner: jdleesmiller
- License: isc
- Created: 2019-10-05T21:21:16.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-08-15T08:19:37.000Z (over 4 years ago)
- Last Synced: 2024-10-09T16:07:18.892Z (about 1 month ago)
- Topics: blog-article, docker, docker-compose, nodejs, testing, todoapp
- Language: JavaScript
- Homepage: https://jdlm.info/articles/2019/10/19/testing-node-docker-compose-backend.html
- Size: 221 KB
- Stars: 8
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# TODO Demo
Companion repo for this series of articles on my blog:
- [Testing with Node and Docker Compose, Part 1: On the Backend](https://jdlm.info/articles/2019/10/19/testing-node-docker-compose-backend.html)
- [Testing with Node and Docker Compose, Part 2: On the Frontend](https://jdlm.info/articles/2020/01/12/testing-node-docker-compose-frontend.html)
- [Testing with Node and Docker Compose, Part 3: End-to-End](https://jdlm.info/articles/2020/05/24/testing-node-docker-compose-end-to-end.html)Contains a TODO list manager running under Docker and Docker Compose for development and testing.
Each post has a tag:
- [Part 1: On the Backend](https://github.com/jdleesmiller/todo-demo/tree/todo-backend)
- [Part 2: On the Frontend](https://github.com/jdleesmiller/todo-demo/tree/todo-frontend)
- [Part 3: End-to-End](https://github.com/jdleesmiller/todo-demo/tree/todo-end-to-end-jsdom)