Skip to content

nguyenhaiquoc/ts-cosmic

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 

Repository files navigation

Description

Typescript version of Cosmic Python Book https://github.com/cosmicpython/code The purpose is to refresh my TypeScript and DDD knowledge. This implementation does not follow the Python version line by line. I will also add some technical aspects related to microservices and distributed systems that the book and Python version do not cover.

Installation

$ npm install

Running the app

# development
$ npm run start

# watch mode
$ npm run start:dev

# production mode
$ npm run start:prod

Test

# unit tests
$ npm run test

# e2e tests
$ npm run test:e2e

# test coverage
$ npm run test:cov

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published