Skip to content

Latest commit

 

History

History
36 lines (24 loc) · 661 Bytes

README.md

File metadata and controls

36 lines (24 loc) · 661 Bytes

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