Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/punchcafe/se-fizzbuzz
https://github.com/punchcafe/se-fizzbuzz
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/punchcafe/se-fizzbuzz
- Owner: punchcafe
- Created: 2021-04-13T17:43:27.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2021-04-20T22:01:06.000Z (almost 4 years ago)
- Last Synced: 2024-10-27T23:38:39.171Z (3 months ago)
- Language: Elixir
- Size: 239 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# FizzBuzz
Welcome to this FizzBuzz project!### Getting Started
In order to get up and running as quick as possible, execute the following docker-compose command in this directory:
```
$ docker-compose up --build
```
You will now have the FizzBuzz UI available at `localhost:80`, as well as the REST api at `localhost:4000`. In order to use the CLI, please build it from source from the gradle build file:
```
$ cd ./cli
$ ./gradlew clean build
```
A more detailed guide can be found in the sub project's `README.md`