OpenERD is a web-based database design tool. Use this tool to design your databases. OpenERD serves as a tool that automates REST API creation using AI based on the designed schema information. While not yet implemented, it will provide functionality to generate REST API source code directly from your ERD designs.
- Node.js (>= 20.x)
- npm (>= 10.x)
-
Clone the repository:
git clone https://github.com/dohapark81/openerd-web.git cd openerd-web -
Install dependencies:
npm install
-
Development Server:
npm run dev
-
Production Build:
npm run build
-
Lint Check:
npm run lint
src/pages: Source code page directorysrc/components: Source code components directorypublic/: Public assets directorytsconfig.json: TypeScript configurationvite.config.ts: Vite configuration
OpenERD is licensed under the GNU Affero General Public License v3.0