https://github.com/kofish/account_service
https://github.com/kofish/account_service
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/kofish/account_service
- Owner: KoFish
- License: other
- Created: 2018-12-27T13:49:17.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-12-27T13:55:18.000Z (over 7 years ago)
- Last Synced: 2025-07-31T15:32:46.802Z (11 months ago)
- Language: Erlang
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
account_service
===============
An exercise to create a simple REST server.
Configuration
-------------
The configuration is located in `config/sys.config`.
- `pretty_output` (default: `false`) - When `true` the server responds
with "human readable" json. Otherwise the json is minimized.
Dependencies
------------
- docker
or
- Erlang >19
- rebar3
Usage
-----
Useful commands to test, run and compile the server is located in the
`justfile` (See [Just](https://github.com/casey/just), functionally
similar to `make`).
Docker usage
------------
The included Dockerfile can be used to run rebar3 for the application.
When using `docker-run` command the server can be terminated by
entering `q().` in the REPL.