An open API service indexing awesome lists of open source software.

https://github.com/am-kantox/mu-response

μResponse is the lightweight elixir/phoenix framework for creating microservices
https://github.com/am-kantox/mu-response

Last synced: 22 days ago
JSON representation

μResponse is the lightweight elixir/phoenix framework for creating microservices

Awesome Lists containing this project

README

        

# μResponse

To start your `μResponse` app:

1. Install dependencies with `mix deps.get`
2. Download [`inotify` file watcher](https://github.com/am-kantox/inotify) and install it:
1. `git clone [email protected]:am-kantox/inotify.git`
2. `cd inotify && aclocal && autoconf && automake --add-missing && ./configure --prefix=/usr && make && make install`
3. ~~Create and migrate your database with `mix ecto.create && mix ecto.migrate`~~ this step is not needed yet
4. Start Phoenix endpoint with `mix phoenix.server`

Now you can visit [`http://localhost:4000/api/v1`](http://localhost:4000/api/v1) from your browser.

Ready to run in production? Please [check our deployment guides](http://www.phoenixframework.org/docs/deployment).

## Learn more

* Official website: http://www.phoenixframework.org/
* Guides: http://phoenixframework.org/docs/overview
* Docs: http://hexdocs.pm/phoenix
* Mailing list: http://groups.google.com/group/phoenix-talk
* Source: https://github.com/phoenixframework/phoenix