Ruby on Rack App
Ride sharing with mock data base
Setup
- run
bundle install
- run
rackup config.ru
at the root of the folder or use other webserver (this app uses puma, so runningpuma
will start the server) - load the app on
localhost:9292
Servers
Rack Applications can be run using webservers such as
- Puma
- Unicorn
- Passenger
- Thin