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

https://github.com/fabianrc2810/co-working

This project was created using DDD Architect to solve the requirements of the co-working project
https://github.com/fabianrc2810/co-working

angular ddd-architecture ddd-example ddd-sample master nestjs software-architecture software-development ts typescript

Last synced: 7 months ago
JSON representation

This project was created using DDD Architect to solve the requirements of the co-working project

Awesome Lists containing this project

README

          


Nest Logo

[circleci-image]: https://img.shields.io/circleci/build/github/nestjs/nest/master?token=abc123def456
[circleci-url]: https://circleci.com/gh/nestjs/nest

## Description

This project is related to co-working administration, building on DDD architecture.

## Project setup

```bash
$ npm install
```

## Compile and run the project

```bash
# development
$ npm run start

# watch mode
$ npm run start:dev

# production mode
$ npm run start:prod
```

## Run tests

```bash
# unit tests
$ npm run test

# e2e tests
$ npm run test:e2e

# test coverage
$ npm run test:cov
```