initial commit

This commit is contained in:
2026-01-28 21:18:51 -05:00
commit e284a6c409
24 changed files with 948 additions and 0 deletions

16
api/.bruno/Get Posts.bru Normal file
View File

@@ -0,0 +1,16 @@
meta {
name: Get Posts
type: http
seq: 2
}
get {
url: http://localhost:3000/posts
body: none
auth: inherit
}
settings {
encodeUrl: true
timeout: 0
}