add get and post methods

This commit is contained in:
2025-06-07 11:37:48 +01:00
parent 56349ccc39
commit 8311cd4f6a
14 changed files with 4394 additions and 235 deletions

6
postcss.config.cjs Executable file
View File

@@ -0,0 +1,6 @@
module.exports = {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
}