Skip to content

Commit 4005fcd

Browse files
committed
Add project to manifests
1 parent 7cccde1 commit 4005fcd

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

projects/index/manifests

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
[
2+
{
3+
"recipeName":"java-shoppingcart",
4+
"projectName":"samples-java-shoppingcart",
5+
"organization":"cloudstate",
6+
"repository":"https://github.com/cloudstateio/samples-java-shoppingcart.git",
7+
"shortDescription":"Cloudstate Sample Shopping Cart Application",
8+
"longDescriptionUrl":"https://raw.githubusercontent.com/cloudstateio/samples-java-shoppingcart/master/README.md",
9+
"language":"JAVA",
10+
"includeEntityTypes":[
11+
"EventSourced"
12+
]
13+
},
14+
{
15+
"recipeName":"js-chat",
16+
"projectName":"samples-js-chat",
17+
"organization":"cloudstate",
18+
"repository":"https://github.com/cloudstateio/samples-js-chat.git",
19+
"shortDescription":"Friends & Presence service - part of Cloudstate Chat sample",
20+
"longDescriptionUrl":"https://raw.githubusercontent.com/cloudstateio/samples-js-chat/master/README.adoc",
21+
"language":"NODEJS",
22+
"includeEntityTypes":[
23+
"CRDT"
24+
]
25+
}
26+
]

0 commit comments

Comments
 (0)