obegendi / workshop

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build status

Project Description

For start project

docker-compose up --build -d

By default, the dev box exposes the following ports:

9200: Elasticsearch HTTP
9300: Elasticsearch TCP transport
5601: Kibana
3000: MongoClient
27017: MongoDb
15672: RabbitMQ Admin Panel
5672: RabbitMQ AMPQ
6379: Redis

By default API ports

5010: product.api
5011: read.api
5012: search.api
5013: write.api

All api support Swagger by default.

Notable APIs

POST 	/api/products/ 	
GET 	/api/products/123/ 	
GET 	/api/products/?query=abc

About


Languages

Language:C# 79.3%Language:PowerShell 11.8%Language:Shell 4.5%Language:Dockerfile 4.4%