https://github.com/techery/hermet
Techery internal service for proxying third party services and stub them if needed.
https://github.com/techery/hermet
Last synced: 8 months ago
JSON representation
Techery internal service for proxying third party services and stub them if needed.
- Host: GitHub
- URL: https://github.com/techery/hermet
- Owner: techery
- Created: 2016-11-23T10:17:55.000Z (over 9 years ago)
- Default Branch: develop
- Last Pushed: 2018-03-29T11:34:09.000Z (about 8 years ago)
- Last Synced: 2025-05-07T20:23:25.838Z (about 1 year ago)
- Language: TypeScript
- Size: 784 KB
- Stars: 2
- Watchers: 17
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Hermet [](https://travis-ci.org/techery/hermet)
Make your server hermetic.
Techery internal service for proxying third party services and stub them if needed.
### System requirements
* Docker
### Installation
```
# Copy and edit .env file
cp .env.sample .env
# Run docker composer
docker-compose up hermet
```
### API documentation
By default it located here: [http://localhost:5000/api/documentation](http://localhost:5000/api/documentation)
Or you can read raw documentation here: [API Documentation](./documents/api.yml)
### Integration tests
For run tests use command:
```
mocha --timeout 10000 ./integration_tests/bootstrap.js ./integration_tests/tests/**/*.js
```