Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/imskr/mock-endpoints
https://github.com/imskr/mock-endpoints
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/imskr/mock-endpoints
- Owner: imskr
- License: mit
- Created: 2022-09-28T10:31:43.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-09-28T11:12:28.000Z (over 2 years ago)
- Last Synced: 2024-10-26T18:16:04.475Z (3 months ago)
- Size: 25.4 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`