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

https://github.com/flo-bit/skywatched-backend

backend/jetstream consumer for skywatched.app
https://github.com/flo-bit/skywatched-backend

Last synced: about 1 year ago
JSON representation

backend/jetstream consumer for skywatched.app

Awesome Lists containing this project

README

          

# skywatched jetstream

backend/appview for [skywatched](https://skywatched.app). runs on fly.io.

sqlite database with litefs for persistence.

## Development

```
npm i
npm run dev
```

if running with the frontend, change the backend url `BACKEND_URL` (in your `.env` file) in the frontend to `http://localhost:3001`.