An open API service indexing awesome lists of open source software.

https://github.com/rack-app/example-for-vidtreonou


https://github.com/rack-app/example-for-vidtreonou

Last synced: 4 months ago
JSON representation

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
```