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
- Host: GitHub
- URL: https://github.com/renatospaka/hexagonal-arch
- Owner: renatospaka
- Created: 2022-11-12T20:00:11.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-11-13T02:10:43.000Z (over 2 years ago)
- Last Synced: 2025-01-05T03:49:26.963Z (4 months ago)
- Topics: clean-architecture, docker, hexagonal-architecture, jest, postgres, tdd, typescript
- Language: TypeScript
- Homepage:
- Size: 20.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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