Skip to content

a-finocchiaro/taxjar-medusa-store

Repository files navigation

Taxjar with Medusa

This is a basic Medusa store complete with a taxjar implementation.

Prerequisites

  • Must have an active Taxjar account with the professional tier.
  • Have Postgres running locally and create a database named "medusa-dev-store"
  • Have Redis running locally

Setup

  1. Clone the project
git clone [email protected]:a-finocchiaro/taxjar-medusa-store.git
  1. Install dependancies
npm install
  1. Add necessary environment variables
TAXJAR_API_KEY=1234  # To test, use the sandbox key
TAXJAR_URL="https://api.sandbox.taxjar.com"  # remove sandbox in production
  1. Start the server
medusa develop

About

A basic Medusa store showing a Taxjar integration

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published