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

https://github.com/shobhit-nagpal/synk


https://github.com/shobhit-nagpal/synk

Last synced: 5 months ago
JSON representation

Awesome Lists containing this project

README

          

# synk

## About
Synk is a JS client to perform file operations from your code. It is a practice project inspired from Supabase written in TypeScript.

This was also an opportunity to try out Bun, an alternative runtime for NodeJS.

To install dependencies:

```bash
bun install
```

To run:

```bash
bun run index.ts
```

This project was created using `bun init` in bun v1.0.21. [Bun](https://bun.sh) is a fast all-in-one JavaScript runtime.