The Schema Builder App is a user-friendly, interactive tool designed to help users visually create and manage database schemas. This app allows users to add, move, and connect tables and columns within a visual grid interface, ensuring an intuitive experience for database schema design.
- React.JS : frontend framework
- React flow : Library for building interactive node-based diagrams, allowing users to visually manage and manipulate nodes and edges within a canvas.
- SASS : For HTML styling
node version 18 or above
- Clone the repository
git https://github.com/webdiaryacademyofficial/schema-builder.git
- Install dependencies
cd schema-builder
npm install
- Start development server
npm run dev
- Build application
npm run build