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

https://github.com/omnidotdev/runa-api

🌙 Lunar plans, stellar execution (Runa API)
https://github.com/omnidotdev/runa-api

agile community foss kanban mit open-source project-management workflow

Last synced: 2 months ago
JSON representation

🌙 Lunar plans, stellar execution (Runa API)

Awesome Lists containing this project

README

          

# 🌙 Runa API

Runa is a project management platform.

## Local Development

First, `cp .env.local.template .env.local` and fill in the values. Then, generate TLS certificates by running `bun src/scripts/generateTlsCert.ts`.

### Building and Running

Install dependencies:

```sh
bun install
```

Setup the database (only required once, to create the database):

```sh
bun db:setup
```

Run database migrations:

```sh
bun db:migrate
```

Run the dev server:

```sh
bun run dev
```

## License

The code in this repository is licensed under Apache 2.0, © [Omni LLC](https://omni.dev). See [LICENSE.md](LICENSE.md) for more information.