Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/koladev32/sendhooks-exemple
A small project with Sendhooks
https://github.com/koladev32/sendhooks-exemple
Last synced: 21 days ago
JSON representation
A small project with Sendhooks
- Host: GitHub
- URL: https://github.com/koladev32/sendhooks-exemple
- Owner: koladev32
- License: mit
- Created: 2024-07-03T13:53:56.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-07-06T06:01:12.000Z (6 months ago)
- Last Synced: 2024-07-06T07:21:47.065Z (6 months ago)
- Language: Python
- Homepage: https://dev.to/koladev/10-minute-guide-to-building-a-webhook-service-with-sendhooks-3lbm
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Sendhooks example
Codebase for the article at https://dev.to/koladev/10-minute-guide-to-building-a-webhook-service-with-sendhooks-3lbm.
1. Clone or download the repository.
2. Run `docker-compose up -d --build` to start the project. This will start a container for the dashboard (port 3000), backend (port 5002) and API (port 5001).
3. Once the containers are running, navigate to in your web browser to access the dashboard.
4. The backend is available at , where you can interact with it using HTTP requests.
5. The API is available at , and provides a RESTful interface for interacting with the system.Note that these steps assume that Docker Compose is installed on your machine. If you don't have Docker Compose installed, you'll need to download and install it before proceeding.