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

https://github.com/parazeeknova/rewara

B2B SaaS platform that helps businesses enhance customer experience and engagement through intelligent analytics, personalized rewards, and real-time sentiment tracking.
https://github.com/parazeeknova/rewara

Last synced: 9 months ago
JSON representation

B2B SaaS platform that helps businesses enhance customer experience and engagement through intelligent analytics, personalized rewards, and real-time sentiment tracking.

Awesome Lists containing this project

README

          

### rewara

A B2B SaaS platform that provides businesses with a comprehensive dashboard to analyze customer engagement, manage loyalty programs, collect and act on feedback, and improve customer satisfaction through data-driven insights.

![b2b-saas](./assets//b2bsass.jpg)

#### Local Development

```bash
# Clone the repository
git clone https://github.com/parazeeknova/rewara.git

# Install dependencies
pnpm i or pnpm install

# Lint or format code
pnpm lint or pnpm format

# Start the development server (docker)
pnpm run docker:dev

# Copy envs to .env
cp .env.example .env

# Start the development server
pnpm dev
```