Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/npwalker/sinatra
https://github.com/npwalker/sinatra
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/npwalker/sinatra
- Owner: npwalker
- Created: 2022-06-21T19:53:10.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-06-21T19:53:14.000Z (over 2 years ago)
- Last Synced: 2024-05-08T22:03:48.036Z (8 months ago)
- Language: Ruby
- Size: 1000 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
---
title: Sinatra
description: A Sinatra webserver
tags:
- ruby
- sinatra
---# Sinatra Example
This example is a simple [Sinatra](http://sinatrarb.com) webserver.
[![Deploy on Railway](https://railway.app/button.svg)](https://railway.app/new?template=https%3A%2F%2Fgithub.com%2Frailwayapp%2Fexamples%2Ftree%2Fmaster%2Fexamples%2Fsinatra)
## ✨ Features
- Ruby
- Sinatra## 💁♀️ How to use
- Connect to your Railway project `railway link`
- Install Ruby requirements `bundle install`
- Run Sinatra `railway run ruby app.rb`