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

https://github.com/kbkk/abitia

modular monolith playground
https://github.com/kbkk/abitia

hacktoberfest monorepo nestjs playground typescript

Last synced: about 1 year ago
JSON representation

modular monolith playground

Awesome Lists containing this project

README

          

# Abitia

Abitia is a playground of mine, currently revolving around the modular monolith concept.

## Directory structure

```
abitia
│ README.md # You're here!

└───packages
│ └───eslint-config # common eslint config
│ │
│ └───tsconfig # common tsconfig
│ │
│ └───zod-dto # a package to make DTOs/OpenApi out of Zod schemas

└───services
│ └───monolith # the monolith :)
```

## Local development

### Prerequisites
- Node.js >=14.15.1
- Rush.js (`npm install -g @microsoft/rush`)

### Install project dependencies

```shell
rush update
```