Skip to content

gilcierweb/app-elixir-ruby

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

AppElixir and AppRuby

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