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

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

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
```