Update 16 files

- /docs/swagger.yaml
- /docs/swagger.json
- /docs/docs.go
- /internal/api/init.go
- /internal/api/models.go
- /internal/api/handlers.go
- /internal/api/utils.go
- /internal/tmdb/models.go
- /internal/tmdb/client.go
- /build.sh
- /go.mod
- /go.sum
- /main.go
- /render.yaml
- /run.sh
- /README.md
This commit is contained in:
2025-01-03 18:42:44 +00:00
parent 46735b80e8
commit 612e49817c
16 changed files with 3618 additions and 79 deletions

13
render.yaml Normal file
View File

@@ -0,0 +1,13 @@
services:
- type: web
name: neomovies-api
env: go
buildCommand: go build -o app
startCommand: ./app
envVars:
- key: GIN_MODE
value: release
- key: TMDB_ACCESS_TOKEN
sync: false
healthCheckPath: /health
autoDeploy: true