https://github.com/mamantoha/detransport
https://github.com/mamantoha/detransport
api-gateway ruby sinatra
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/mamantoha/detransport
- Owner: mamantoha
- License: mit
- Created: 2017-03-22T07:15:21.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2024-10-28T18:48:41.000Z (over 1 year ago)
- Last Synced: 2024-10-30T01:38:37.893Z (over 1 year ago)
- Topics: api-gateway, ruby, sinatra
- Language: Ruby
- Homepage: http://detransport.herokuapp.com/
- Size: 912 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.