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

https://github.com/frustak/koal

Manage your time & energy.
https://github.com/frustak/koal

productivty time-management todo-list

Last synced: 11 months ago
JSON representation

Manage your time & energy.

Awesome Lists containing this project

README

          

# Koal

Manage your time & energy.

- [Development](#develpment)
- [Running locally](#running-locally)

## Development

### Running locally

Create a file named `.env` from `.env-example`.
This file has the connection string to mysql.

```bash
DATABASE_URL=file:./db.sqlite
```

Now install the project dependencies and run migrations on DB:

```bash
pnpm i
pnpx prisma db push
```

Then run the project with `pnpm dev`.