All Projects → purplship → purplship-dashboard

purplship / purplship-dashboard

Licence: Apache-2.0 license
The Open Source Shipping dashboard for karrio

Programming Languages

typescript
32286 projects
SCSS
7915 projects

Projects that are alternatives of or similar to purplship-dashboard

shipengine-openapi
The official OpenAPI 3.0 definitions for ShipEngine™
Stars: ✭ 13 (-77.19%)
Mutual labels:  shipping-api, shipping-rates, shipping-label
shippo-csharp-client
Shipping API C# library (USPS, FedEx, UPS and more)
Stars: ✭ 52 (-8.77%)
Mutual labels:  shipping-api, shipping-label
WebgriffeSyliusTableRateShippingPlugin
Sylius plugin which allows to define shipping rates using weight/rate tables.
Stars: ✭ 13 (-77.19%)
Mutual labels:  shipping-rates
module-matrixrate
WebShopApps MatrixRates for Magento2
Stars: ✭ 115 (+101.75%)
Mutual labels:  shipping-rates
member-directory
📖 Membership directory manager with API integrations.
Stars: ✭ 19 (-66.67%)
Mutual labels:  usps-api
php-tracking-urls
Converts package tracking numbers into URLs (UPS, FedEx, USPS, and more)
Stars: ✭ 47 (-17.54%)
Mutual labels:  shipping-api
java-demo
快递100API-Java快递查询接口主要应用在电商商城、ERP系统商、WMS系统商、独立站电商卖家、银行等企业。本Java快递查询接口目录提供:快递单号查询API接口、快递电子面单接口、寄快递接口、同城配送接口、快递地图跟踪接口等Java demo。接入只需要跟随Java快递查询接口示例即可,如需帮助,请点击下方官网链接,官网技术人员会免费帮助您接入接口。快递100API开放平台与国内外1200家快递公司合作提供快递单号查询API接口,快递电子面单接口,寄快递接口,快递地图跟踪接口等电商运营必备的物流快递工具.
Stars: ✭ 164 (+187.72%)
Mutual labels:  shipping-api
ShippingRates
.NET wrapper to UPS, FedEx, USPS and DHL shipping rates APIs
Stars: ✭ 23 (-59.65%)
Mutual labels:  shipping-rates

Karrio Dashboard

Karrio Dashboard

karrio-dashboard

Karrio Dashboard is a browser-based logistics and shipping app for karrio.

Getting Started

Using a Karrio Dashboard Release

If you just want to try Karrio out, check out the karrio/dashboard Docker Image to give it a whirl.

Building and Running Karrio Dashboard

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Prerequisites

Installing

Clone the repository

git clone https://github.com/karrioapi/karrio-dashboard.git

cd karrio-dashboard

npm install

Configuration

Use the following environment variables to configure the dashboard:

  • NEXT_PUBLIC_KARRIO_API_URL (required) - URL of a running instance of karrio server. If you are running karrio-server locally with the default settings, set NEXT_PUBLIC_KARRIO_API_URL to: http://localhost:5002.

  • JWT_SECRET (required) - A secret to use for JWT key generation - you should set this explicitly.

  • NEXTAUTH_URL (required) - The URL of your dashboard to restrict the authentication host to your instance. If you are running the dashboard locally, set NEXTAUTH_URL to: http://localhost:3000.

Development

Start the development server

npm run dev

Karrio Dashboard should now be running at http://localhost:3000.

Production

Build the application bundle

npm run build

Resources

Join us on Discord

License

This project is licensed under the terms of the Apache 2 license.

See the LICENSE file for license rights and limitations.

Any other questions, mail us at [email protected] We’d love to meet you!

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].