Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 1 month 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 (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-07-28T01:10:57.000Z (over 2 years ago)
- Last Synced: 2024-11-09T17:21:29.566Z (3 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