An open API service indexing awesome lists of open source software.

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

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.