Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/4513echo/eoraptor

🦖 Talk with friends, federate with the universe.
https://github.com/4513echo/eoraptor

activitypub deno deno-deploy fediverse

Last synced: about 2 months ago
JSON representation

🦖 Talk with friends, federate with the universe.

Awesome Lists containing this project

README

        

# eoraptor

> 🦖 Talk with friends, federate with the universe.

## How to Run

You have to set `POSTGRES_URL` envrironment variable. In local, you can set it
through `.env` file. In Deno Deploy, you can set it from configuration.

```sh
POSTGRES_URL="postgres://{user}:{password}@{domain}:{post}/{database}"
```