Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kolman-freecss/api-consumer-python-cron-docker
Basic example of REST API Consumer cron service running in docker.
https://github.com/kolman-freecss/api-consumer-python-cron-docker
Last synced: about 21 hours ago
JSON representation
Basic example of REST API Consumer cron service running in docker.
- Host: GitHub
- URL: https://github.com/kolman-freecss/api-consumer-python-cron-docker
- Owner: Kolman-Freecss
- License: mit
- Created: 2022-11-13T16:06:43.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2022-11-13T16:09:46.000Z (almost 2 years ago)
- Last Synced: 2023-08-30T02:29:14.680Z (about 1 year ago)
- Language: Python
- Homepage: HomePage
- Size: 4.88 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
README
=====
REST Api Consumer module
=====Basic example of REST API Consumer cron service running in docker wit python-cron lib.
Requirements
--------- Python version v3.10
- python-cron lib
- requests lib
- DockerInstallation
--------1. Clone this repository
2. Run `docker build -t api-consumer .` in the root directory of the project
3. Run `docker run -dp 3000:3000 api-consumer`Notes
--------
Tested only in Windows 10.License
--------
`MIT `_