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
- Host: GitHub
- URL: https://github.com/fabianrc2810/co-working
- Owner: fabianrc2810
- Created: 2025-02-21T15:41:01.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2025-02-28T22:58:10.000Z (7 months ago)
- Last Synced: 2025-02-28T23:42:18.291Z (7 months ago)
- Topics: angular, ddd-architecture, ddd-example, ddd-sample, master, nestjs, software-architecture, software-development, ts, typescript
- Language: TypeScript
- Homepage:
- Size: 138 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[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
```