https://github.com/michaeltelford/sinatra_api_reference_project
Sinatra app using romrb and postgres
https://github.com/michaeltelford/sinatra_api_reference_project
postgres rack-reducer romrb ruby sinatra
Last synced: about 1 month ago
JSON representation
Sinatra app using romrb and postgres
- Host: GitHub
- URL: https://github.com/michaeltelford/sinatra_api_reference_project
- Owner: michaeltelford
- License: mit
- Created: 2018-05-31T17:02:26.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-06-07T20:26:00.000Z (about 8 years ago)
- Last Synced: 2025-04-19T14:08:08.479Z (about 1 year ago)
- Topics: postgres, rack-reducer, romrb, ruby, sinatra
- Language: Ruby
- Homepage:
- Size: 24.4 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Sinatra API Reference Project
Sinatra app composing of controller and model layers. You can easily add a view layer if you wish to; this is simply a starting point by providing an out-of-the-box API server application.
Feel free to clone or fork the repo to use this as a starting point for your own projects.
## Configured Tech
- [`sinatra`](http://sinatrarb.com/) - pre-configured web app
- [`romrb`](http://rom-rb.org/) - model layer for querying postgres
- [`rack-reducer`](https://github.com/chrisfrank/rack-reducer) - lib for easily querying models using URL query params
- `docker` and `docker-compose` - for virtualisation