There is some function are not finished yet but if you know how to improve it. Just make a Pull <3
Origin template of fajar7xx: link
This repository includes podman-compose.yml so you can run the stack with Podman.
- Podman 4+
- Compose provider (
podman compose) orpodman-compose
-
Start database:
podman compose -f podman-compose.yml up -d db
-
Build Tailwind/CSS assets:
podman compose -f podman-compose.yml run --rm saleapp_build_res
-
Run migrations:
podman compose -f podman-compose.yml run --rm saleapp_migration
-
Start Django app:
podman compose -f podman-compose.yml up saleapp
-
Stop everything:
podman compose -f podman-compose.yml down
If your system uses podman-compose (hyphenated), replace podman compose with podman-compose in the commands above.