This is a basic Medusa store complete with a taxjar implementation.
- 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
- Clone the project
git clone [email protected]:a-finocchiaro/taxjar-medusa-store.git
- Install dependancies
npm install
- 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
- Start the server
medusa develop