/simple

Make data work easier, saving your working time

Primary LanguageTypeScriptMIT LicenseMIT

Simple (WIP)

A selfhost server for simplify data works.

this project should be rewrite, for the following reason:

  • we want the server has ability to connect database as much as possible
  • we want develop features as fast as possible

Feature

comming soon

Usage

  1. Clone project

    git clone https://github.com/rainbowatcher/simple
  2. Start project

    pnpm start

Docker

  1. Build source file

    pnpm build
  2. Build docker image

    docker buildx build . -t simple:latest
  3. Run the image.

    docker run --rm -it -p 3210:3210 simple:latest

Roadmap

  • settings
  • datasource management
  • template management
  • data work page
  • data type mapping management
  • dashboard page
  • I18n support

License

MIT © Made by ❤️