https://github.com/stackbuilders/bfg
The BFG.
https://github.com/stackbuilders/bfg
Last synced: 10 months ago
JSON representation
The BFG.
- Host: GitHub
- URL: https://github.com/stackbuilders/bfg
- Owner: stackbuilders
- Created: 2015-11-21T22:56:34.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-02-22T17:21:30.000Z (almost 10 years ago)
- Last Synced: 2025-01-23T04:32:52.922Z (about 1 year ago)
- Language: Haskell
- Homepage:
- Size: 4.88 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# The BFG
The BFG is a ~~big~~ friendly ~~giant~~ books API...
```
$ git clone git@github.com:stackbuilders/bfg.git
$ cd bfg/
```
```
$ stack setup
```
```
$ stack build --flag bfg:init --exec bfg-api
```
```
$ stack build --exec bfg-api
```
[servant]: https://haskell-servant.github.io/