https://github.com/battermann/cosmic-ray-api
Command API for Connect 4 service
https://github.com/battermann/cosmic-ray-api
cqrs event-sourcing haskell
Last synced: 10 months ago
JSON representation
Command API for Connect 4 service
- Host: GitHub
- URL: https://github.com/battermann/cosmic-ray-api
- Owner: battermann
- License: bsd-3-clause
- Created: 2019-12-12T19:51:05.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-05-06T20:29:02.000Z (over 5 years ago)
- Last Synced: 2025-02-04T21:20:27.748Z (12 months ago)
- Topics: cqrs, event-sourcing, haskell
- Language: Haskell
- Homepage: https://github.com/battermann/connect-4
- Size: 26.4 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://travis-ci.org/battermann/cosmic-ray-api)
# connect-four-api
This is a submodule of [this repo](https://github.com/battermann/connect-4).
## Prerequisites
- stack e.g. `curl -sSL https://get.haskellstack.org/ | sh`
- Postgres e.g. `brew install postgresql`