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

https://github.com/gilcierweb/app-elixir-ruby

App Elixir and App Ruby github API
https://github.com/gilcierweb/app-elixir-ruby

cowboy elixir elixir-lang puma ruby sinatra

Last synced: 8 months ago
JSON representation

App Elixir and App Ruby github API

Awesome Lists containing this project

README

          

# AppElixir and AppRuby

```shell
cd app_elixir
mix deps.get
mix run --no-halt
#localhost:4000

cd app_ruby
bundle install
bundle exec rackup -s puma -p 3000
#localhost:3000

#run two app

bundle exec foreman start

```