An open API service indexing awesome lists of open source software.

https://github.com/verydanny/elysia-backend


https://github.com/verydanny/elysia-backend

Last synced: 3 months ago
JSON representation

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
```