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
- Host: GitHub
- URL: https://github.com/am-kantox/mu-response
- Owner: am-kantox
- Created: 2015-12-14T17:38:04.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-09-05T09:50:43.000Z (over 8 years ago)
- Last Synced: 2025-02-09T19:53:11.861Z (3 months ago)
- Language: Elixir
- Size: 87.9 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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