Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/olaven/krets

Frictionless feedback.
https://github.com/olaven/krets

feedback saas typescript

Last synced: about 1 month ago
JSON representation

Frictionless feedback.

Awesome Lists containing this project

README

        

# Krets [![codebeat badge](https://codebeat.co/badges/80e5554c-7098-4a51-bef5-8bae46562b57)](https://codebeat.co/projects/github-com-olaven-krets-master) ![Tests](https://github.com/olaven/krets/workflows/Tests/badge.svg)
Logo

## :wave: Welcome
[Krets](https://krets.app) is a useful tool for getting feedback. The idea is that giving feedback should be as simple as possible.
Ideally, completely frictionless.

## Local setup
In addition, a `.env`-file must be created at the root of the project. It must contain:
```
AUTH0_DOMAIN=
AUTH0_CLIENT_ID=
AUTH0_CLIENT_SECRET=
REDIRECT_URI=
POST_LOGOUT_REDIRECT_URI=
SESSION_COOKIE_SECRET=

PGHOST= # db if using devcontainers
PGUSER= # user if using devcontainers
PGPASSWORD= # pass if using devcontainers
PGDATABASE= # data if using devcontainers

CONTACT_EMAIL=
```

## Start the application locally
`docker-compose up --build -d`