Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 days 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 5 years ago)
- Default Branch: master
- Last Pushed: 2020-05-06T20:29:02.000Z (almost 5 years ago)
- Last Synced: 2024-12-10T09:22:58.876Z (2 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
[![Build Status](https://travis-ci.org/battermann/cosmic-ray-api.svg?branch=master)](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`