Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/imskr/mock-endpoints


https://github.com/imskr/mock-endpoints

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

# Mock-Endpoints

## Installation:

```bash
$ git clone https://github.com/imskr/mock-endpoints.git
$ cd mock-endpoints
$ bundle install
$ rails db:migrate
$ rails db:migrate RAILS_ENV=test
$ rails s
```

> Server is up and running at `localhost:3000`

## Test

> Run `bundle exec rspec`