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

https://github.com/mamantoha/detransport


https://github.com/mamantoha/detransport

api-gateway ruby sinatra

Last synced: over 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# Detransport

## Installation

* Install Ruby
* Install Node.js
* Install Yarn

### Clone from GiHub

```console
git clone https://github.com/mamantoha/detransport.git
cd detransport
```

### Install Ruby dependencies

```console
bundle install
```

### Install npm dependencies

```console
yarn
```

### Run development server

```console
bundle exec rackup
```

```console
npm run build
```

## Contributors

* [mamantoha](https://github.com/mamantoha) Anton Maminov - creator, maintainer

## License

Copyright: 2018-2021 Anton Maminov (anton.maminov@gmail.com)

This library is distributed under the MIT license. Please see the LICENSE file.