https://github.com/mostafaibrahim24/node-tdd
Practicing TDD by creating a note taking API. Node.js - Express.js - PostgreSQL - Docker - Jest & Supertest
https://github.com/mostafaibrahim24/node-tdd
docker docker-compose express jest nodejs postgresql supertest
Last synced: 3 months ago
JSON representation
Practicing TDD by creating a note taking API. Node.js - Express.js - PostgreSQL - Docker - Jest & Supertest
- Host: GitHub
- URL: https://github.com/mostafaibrahim24/node-tdd
- Owner: mostafaibrahim24
- Created: 2022-02-20T19:55:57.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-02-21T13:21:07.000Z (over 4 years ago)
- Last Synced: 2025-07-14T21:34:30.261Z (12 months ago)
- Topics: docker, docker-compose, express, jest, nodejs, postgresql, supertest
- Language: JavaScript
- Homepage:
- Size: 113 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# TDD Practice :test_tube: :white_check_mark:
### Practicing TDD by creating a note taking API. Node.js - Express.js - PostgreSQL - Jest & Supertest - Docker





- NOTE: This project is just focused on TDD (No Folder structure and No best practices).After writing the code that passes the tests and refactoring it, I will start making folders and Add layers.