https://github.com/inadarei/temple-building-microservice
In-class exercise in building event sourcing microservice
https://github.com/inadarei/temple-building-microservice
Last synced: 7 months ago
JSON representation
In-class exercise in building event sourcing microservice
- Host: GitHub
- URL: https://github.com/inadarei/temple-building-microservice
- Owner: inadarei
- Created: 2019-04-15T20:30:21.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-04-16T00:01:33.000Z (over 6 years ago)
- Last Synced: 2025-02-03T14:28:48.621Z (8 months ago)
- Language: Python
- Size: 294 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Event Store
Event Store implementationAPI Docs: https://inadarei.github.io/temple-building-microservice/
## Usage
```
make clean
```And then the API will be deployed at `http://0.0.0.0:8181`
## References:
- API Spec: https://github.com/inadarei/temple-exercises-2019-apr
- Docker: https://github.com/inadarei/temple-cis4360-docker