https://github.com/renatospaka/solid-with-layers
Going through SOLID principles starting the wrong way
https://github.com/renatospaka/solid-with-layers
clean-architecture docker jest solid tdd typescript
Last synced: 2 months ago
JSON representation
Going through SOLID principles starting the wrong way
- Host: GitHub
- URL: https://github.com/renatospaka/solid-with-layers
- Owner: renatospaka
- Created: 2022-07-23T23:44:41.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-07-28T01:10:57.000Z (over 2 years ago)
- Last Synced: 2025-01-05T03:49:18.533Z (4 months ago)
- Topics: clean-architecture, docker, jest, solid, tdd, typescript
- Language: TypeScript
- Homepage:
- Size: 122 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/tetVY6jmlnM# Installation & Configuration
## application
npx tsc --init
npx tslint --init## tests
npx jest --init# Usage
## execution
npx nodemon src/main.ts
npx test## local http testing
curl http://localhost:3000