To start an application you might need database like mysql or redis if you'll want to work in db-backed mode.
All of the dependencies are managed by IOC container.
To start a server run this command:
bundle exec rackup config.ru &
To start an application you might need database like mysql or redis if you'll want to work in db-backed mode.
All of the dependencies are managed by IOC container.
To start a server run this command:
bundle exec rackup config.ru &