https://github.com/rack-app/example-for-vidtreonou
https://github.com/rack-app/example-for-vidtreonou
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/rack-app/example-for-vidtreonou
- Owner: rack-app
- Created: 2023-09-03T10:46:51.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-09-12T07:15:58.000Z (almost 3 years ago)
- Last Synced: 2024-12-31T08:47:18.091Z (over 1 year ago)
- Language: Ruby
- Size: 2.93 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# [Support Repo to help solving an issue for @vidtreonou](https://github.com/rack-app/rack-app-front_end/issues/5)
## Installation
```bash
git clone git@github.com:rack-app/example-for-vidtreonou.git example-for-vidtreonou
cd example-for-vidtreonou
bundle install
```
## Running the application
```bash
bundle exec rackup
```
This should start the application on the default port (9292).
Try access it on the following url: http://localhost:9292/ok
Alternatively, you can use the script as well to call the endpoint:
```bash
./scripts/call-ok
```