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
- Host: GitHub
- URL: https://github.com/gilcierweb/app-elixir-ruby
- Owner: gilcierweb
- Created: 2018-06-12T17:03:53.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2022-04-01T23:39:36.000Z (over 3 years ago)
- Last Synced: 2025-01-12T01:14:21.076Z (9 months ago)
- Topics: cowboy, elixir, elixir-lang, puma, ruby, sinatra
- Language: Elixir
- Size: 28.3 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# AppElixir and AppRuby
```shell
cd app_elixir
mix deps.get
mix run --no-halt
#localhost:4000cd app_ruby
bundle install
bundle exec rackup -s puma -p 3000
#localhost:3000#run two app
bundle exec foreman start
```