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

https://github.com/renatospaka/hexagonal-arch

Going through Hexagonal Architecture starting in the wrong way
https://github.com/renatospaka/hexagonal-arch

clean-architecture docker hexagonal-architecture jest postgres tdd typescript

Last synced: 2 months ago
JSON representation

Going through Hexagonal Architecture starting in the wrong way

Awesome Lists containing this project

README

        

# Disclaimer
Repository created based on the lecter from Rodrigo Branas at https://youtu.be/DWsxTJpxaOo

# Installation & Configuration
## application
npx tsc --init
npx tslint --init

## tests
npx jest --init

# Usage
## execution
npx nodemon invoice/src/main.ts
npx nodemon currency/src/main.ts
npx test

## local http testing
curl http://localhost:3000