Delivery and Shipping Tracking Service
Visit : https://tracker.delivery/docs/try
Delivery Tracker can be set up in local development environments and is also readily available for setup through GitHub Codespaces.
Follow the instructions below for GitHub Codespaces:
- Click the "Open in GitHub Codespaces" button above to create a new Codespace.
- Once in your Codespace terminal, enter
pnpm install
to install the necessary dependencies. - In GitHub Codespaces, navigate to the "Run and Debug" section from the sidebar and then click the "Run" button for "@delivery-tracker/server" to launch the server.
- The service URL can be accessed via the Ports panel at the bottom of the GitHub Codespaces interface.
See Dockerfile
- Please read the
LICENSE
file.
- Please contact
contact@tracker.delivery
for more information.
- packages/api : GraphQL API
- packages/core : Scraper code
- packages/cli : A Command Line Interface (CLI) tool that uses the execute function from packages/api.
- packages/http : A self-hosted GraphQL HTTP server that uses the execute function from packages/api.