https://github.com/glaucia86/fc-studies-clean-architecture
Repository responsible for studies about Clean Architecture
https://github.com/glaucia86/fc-studies-clean-architecture
clean-architecture ddd-architecture jest nodejs solid typescript
Last synced: 4 months ago
JSON representation
Repository responsible for studies about Clean Architecture
- Host: GitHub
- URL: https://github.com/glaucia86/fc-studies-clean-architecture
- Owner: glaucia86
- License: mit
- Created: 2024-02-15T23:21:07.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-19T00:13:41.000Z (over 1 year ago)
- Last Synced: 2024-12-28T08:32:55.495Z (9 months ago)
- Topics: clean-architecture, ddd-architecture, jest, nodejs, solid, typescript
- Language: TypeScript
- Homepage:
- Size: 433 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Clean Architecture Code Sample Project with TypeScript + Jest + Sequelize
A project to learn how to apply DDD and Clean Architecture concepts in a real case project.
## How to run?
Go to the root folder and run:
```bash
npm install
```Then, run:
```bash
npm run start
```