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

https://github.com/yhoungdev/zilas-backend

Backend script for an investment platform
https://github.com/yhoungdev/zilas-backend

Last synced: 12 months ago
JSON representation

Backend script for an investment platform

Awesome Lists containing this project

README

          

# zillas-backend

To install dependencies:

```bash
bun install
```

To run:

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

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