https://github.com/verydanny/elysia-backend
https://github.com/verydanny/elysia-backend
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/verydanny/elysia-backend
- Owner: verydanny
- Created: 2023-12-22T12:36:24.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-01-08T09:01:59.000Z (over 1 year ago)
- Last Synced: 2024-12-30T21:16:13.311Z (5 months ago)
- Language: TypeScript
- Size: 2.04 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Timbus Server
A blogging platform API layer, utilizing `PostgreSQL` and `Elysia`.
## Requirements
The backend depends on a `PostgreSQL` database connection with the following `ENVIRONMENT` variables:```zsh
PGHOST
PGPORT
PGDATABASE
PGUSERNAME
PGPASSWORD
```