https://github.com/mikeacosta/postcore-web
Microservices architectural approach utilizing various AWS services
https://github.com/mikeacosta/postcore-web
asp-net-core-mvc aws cognito microservices s3 x-ray
Last synced: 3 months ago
JSON representation
Microservices architectural approach utilizing various AWS services
- Host: GitHub
- URL: https://github.com/mikeacosta/postcore-web
- Owner: mikeacosta
- Created: 2019-07-02T03:30:42.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2022-09-02T15:18:50.000Z (over 2 years ago)
- Last Synced: 2025-01-10T19:39:50.559Z (4 months ago)
- Topics: asp-net-core-mvc, aws, cognito, microservices, s3, x-ray
- Language: C#
- Homepage: https://www.postcore.net
- Size: 1.13 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# postcore-web
Microservices architecture is a software development approach where an application is composed of small independent services that communicate over well-defined APIs or using event-driven messaging.
[postcore.net](https://www.postcore.net) is a relatively simple application designed, and currenty under construction, based on a microservices architecture. It is being built with various AWS services, including:
- [postcore-web](https://github.com/mikeacosta/postcore-web) - web applicaton (this repo)
- [postcore-ad-api](https://github.com/mikeacosta/postcore-ad-api) - primary data management service
- [postcore-search-api](https://github.com/mikeacosta/postcore-search-api) - search application using Elasticsearch Service