Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zerc/poke
Last synced: 23 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/zerc/poke
- Owner: zerc
- Created: 2021-12-08T16:39:15.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2024-06-10T20:45:11.000Z (5 months ago)
- Last Synced: 2024-06-10T23:25:24.894Z (5 months ago)
- Language: Python
- Size: 39.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# POKE
A playground to try different technologies through implementing a REST API service.
Each service should implement the same API and being wrapped into a docker container. Then a set of integration tests will verify the implementation.
## How to add an implementation
1. Create a new folder in the root of the repo.
2. Implement the application and provide a Dockerfile.
3. Add a dedicated `docker-compose-.yml` file to run the service.## How to run
```shell
./run-tests.sh [service-name] [[--only-integrational] | [--only-unit]]
```