Skip to content

Perhap/perhap_api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PerhapAPI

Perhap is an event store written in elixir.

Installation

If available in Hex, the package can be installed as:

  1. Add perhap_api to your list of dependencies in mix.exs:
```elixir
def deps do
  [{:perhap_api, "~> 0.0.1"}]
end
```
  1. Ensure perhap_api is started before your application:
```elixir
def application do
  [applications: [:perhap_api]]
end
```

About

API Server for Perhap Events

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •