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

https://github.com/nirnejak/segment-analytics-app

Segment Analytics App, Pulls customer analytics data from Segement.io and analyzes it.
https://github.com/nirnejak/segment-analytics-app

analytics express nodejs prisma typescript

Last synced: 3 months ago
JSON representation

Segment Analytics App, Pulls customer analytics data from Segement.io and analyzes it.

Awesome Lists containing this project

README

          

# Segment Analytics App

Segment Analytics App, Pulls customer analytics data from Segement.io and analyzes it.

> Note: Need to configure `.env` file to use local server

---

## Available Scripts

**Install Dependencies**

```bash
npm install
```

**Setup Pre-commit**

```bash
npm run prepare
```

**Start Development Server**

```bash
npm run develop
```

**Build for Production**

```bash
npm run build
```

**Start Production Server**

```bash
npm start
```

---

## Docker Config

**Build Image**

```bash
docker build
```

**Run Image**

```bash
docker run -p 5000:5000
```