Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/olaven/krets
- Owner: olaven
- License: agpl-3.0
- Created: 2020-04-12T18:59:28.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-07T19:15:49.000Z (about 2 years ago)
- Last Synced: 2024-12-09T16:51:12.791Z (about 2 months ago)
- Topics: feedback, saas, typescript
- Language: TypeScript
- Homepage: https://krets.app
- Size: 23.6 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 30
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
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)
## :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 devcontainersCONTACT_EMAIL=
```## Start the application locally
`docker-compose up --build -d`