Skip to content

Latest commit

 

History

History
36 lines (25 loc) · 1.01 KB

readme.md

File metadata and controls

36 lines (25 loc) · 1.01 KB

Software Architect

Miro plugin for collaborative design of database schema with ability to generate code.

Preview

Get in Miro

Follow this link and add plugin to your team.

Features

  • Creating Database schema entities
  • Editing entity name and fields interactively via forms
  • Generating code (like MySQL DDL and others)

Technical details

  • Uses server only for static files (stores data in widgets metadata)
  • Uses preact and webpack for minimizing bundle size

Development mode

  • Clone this repo
  • Install dependencies ($ npm install)
  • Edit APP_ID in ./src/Config.ts
  • Run webpack dev server ($ npm start)
  • App available at https://127.0.0.1:9000
  • Add SSL certificate to browser exceptions