https://github.com/riksev/js-microservices
Split monolith into microservices
https://github.com/riksev/js-microservices
Last synced: 2 months ago
JSON representation
Split monolith into microservices
- Host: GitHub
- URL: https://github.com/riksev/js-microservices
- Owner: Riksev
- License: apache-2.0
- Created: 2024-06-09T00:05:18.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2024-06-09T18:33:01.000Z (12 months ago)
- Last Synced: 2025-01-21T06:13:24.070Z (4 months ago)
- Language: JavaScript
- Size: 72.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# JS-Microservices
Hello! Let me quickly introduce you into the project. This is demonstration of splitting monolith into microservices.# Content
We have a few files here.
For NPM:
- package.json
For demonstration:
- index.js
For tests:
- shoAdministration.test.js
For interfaces:
- interfaces.js
For microservices:
- userRepositoryServer.js
- loggerServer.js
For classes:
- shopAdministraion.js
And other stuff.