cyberpunk

所属分类:系统/网络安全
开发工具:JavaScript
文件大小:0KB
下载次数:0
上传日期:2019-06-20 14:05:46
上 传 者sh-1993
说明:  Cyberpunk是我的个人项目,旨在了解更多有关Nodejs和域驱动设计的精彩语言编程的信息。,
(Cyberpunk is my personal project for learn more about the wonderful language programming with Nodejs and Domain-driven design.,)

文件列表:
.babelrc (42, 2019-06-20)
.eslintrc (394, 2019-06-20)
db/ (0, 2019-06-20)
db/config.js (183, 2019-06-20)
db/index.js (2049, 2019-06-20)
db/settings/ (0, 2019-06-20)
db/settings/dev.js (983, 2019-06-20)
db/typeorm.js (112, 2019-06-20)
index.js (470, 2019-06-20)
package.json (1309, 2019-06-20)
src/ (0, 2019-06-20)
src/domain/ (0, 2019-06-20)
src/domain/commands/ (0, 2019-06-20)
src/domain/commands/cart/ (0, 2019-06-20)
src/domain/commands/cart/get.js (692, 2019-06-20)
src/helpers/ (0, 2019-06-20)
src/helpers/enums/ (0, 2019-06-20)
src/helpers/enums/index.js (234, 2019-06-20)
src/helpers/handlers/ (0, 2019-06-20)
src/helpers/handlers/command.js (150, 2019-06-20)
src/helpers/handlers/factory.js (274, 2019-06-20)
src/infrastructure/ (0, 2019-06-20)
src/infrastructure/db.js (324, 2019-06-20)
src/infrastructure/entities/ (0, 2019-06-20)
src/infrastructure/entities/cart.js (965, 2019-06-20)
src/infrastructure/factories/ (0, 2019-06-20)
src/infrastructure/factories/Carts.js (73, 2019-06-20)
src/infrastructure/factories/Products.js (126, 2019-06-20)
src/infrastructure/factories/cart/ (0, 2019-06-20)
src/infrastructure/factories/cart/get.js (400, 2019-06-20)
src/infrastructure/model/ (0, 2019-06-20)
src/infrastructure/model/Cart.js (101, 2019-06-20)
src/infrastructure/model/Product.js (178, 2019-06-20)
src/infrastructure/repositories/ (0, 2019-06-20)
src/infrastructure/repositories/Cart.js (122, 2019-06-20)
... ...

# Cyberpunk Cyberpunk is my personal project for learn more about the wonderful language programming with **Nodejs** and **Domain-driven design**. ## Trello Tasks throughout the project are at this [link](https://trello.com/b/6mKTWXH5) ## Branchs Branches for this project life cycle. **master** : Production **test** : Homologation **dev** : Development ![diagram](https://chart.googleapis.com/chart?cht=gv&chl=graph{dev--test;test--master}) ## Installation Requires [Node.js](https://nodejs.org/) v5+ to run. Install the dependencies and devDependencies. ``` npm install ``` Run project. ``` npm start ```

近期下载者

相关文件


收藏者