Skip to content

Zaptoss/iwk-tax-calculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

64 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

iwk-tax-calculator

Web Application:

NOTE: If the web server does not respond, try connecting again in 5 minutes.

API Documentation

API Server:

Local development

Container application: iwk-web

  • web application
  • listening on port 8000
  • check containers logs:
docker logs iwk-web
  • credentails: admin:admin

Container application: iwk-api

  • API server
  • listening on port 8080
  • check containers logs:
docker logs iwk-api

Container application: iwk-postgres

  • database
  • listening on port 5432
  • connect to database:
# from host
docker exec -it iwk-postgres psql -U iwk
# from app
postgresql://iwk:iwk@localhost/iwk?sslmode=disable

Container application: iwk-docs

  • open api docs server
  • listening on port 8081

Setup dev environment:

docker compose -f infra/docker-compose.yaml up -d --build

Drop dev environment:

docker compose -f infra/docker-compose.yaml down -v

About

INT20H 2026 | Web | Instant Wellness Kits sales tax calculator

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors