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

https://github.com/crystallizeapi/crystallize-import-app


https://github.com/crystallizeapi/crystallize-import-app

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# Crystallize Import App

> Import app that provides a UI for importing and mapping datasets to Crystallize.

## Requirements

A Crystallize App injects a signature to notify the current tenant and it requires HTTPS.
Therefore, even locally, you need HTTPS.

Moreover this kind of app requires to share the cookie with `.crystallize.com`, therefore the local development will have a custom domain.
Here: `import.app.crystallize.com`

You need:

- `mkcert`
- Caddy Server
- Node 18

## Install

```bash
make install
```

This will install the Certificates, and the dependencies.

## Run the project

```bash
make serve
```

> https://import.app.crystallize.com/

From there you can install it on a Crystallize tenant.