This repository exists to scrape all kurs posted by Kemenkeu every Wednesday, and serve the API in this Kalkulator pajak to find a rough estimate how much import tax you need to pay for your items.
Using docker, you can build and run with
docker build -t pajak:latest .
docker run -p 8080:8080 -t pajak:latest
- Add frontend to the root endpoint
-
Add CORSNot needed; since the API and frontend is on the same project