feat: init files

This commit is contained in:
2025-06-17 22:58:08 +08:00
parent 3c77faf93e
commit 6b090a93c9
10 changed files with 385 additions and 0 deletions

View File

@ -0,0 +1,3 @@
1. Clone
2. Build: docker build --no-cache -t crud-demo-app .
3. Run: docker run -d -p 3000:3000 --name crud-demo-app-running crud-demo-app