The Schema Editor is a web-based tool designed to facilitate the visualization, creation, and editing of JSON-based schemas. Developed by Stella Technologies, this editor is particularly tailored for working with the Cyber Data Schema but is versatile enough to handle various schema types. This project is structured as a full-stack application using Node.js and Vite for the frontend.
- Create, View, and Edit JSON Schemas: Interactive graphical interface to manipulate schema components.
- Import and Export Schemas: Supports importing schemas in a predefined JSON format and exporting the modified schema.
- Customizable Interface: Easily toggle different views and features through the UI.
- Developed for Cyber Data Schema: Optimized for specific schema standards available on Cyber Data Schema GitHub.
Before installing, ensure you have Node.js installed on your system. This project uses Vite as a build tool and Concurrently to run multiple scripts.
-
Clone the repository:
git clone [email protected]:stellatechnologies/DataSchemaEditor.git cd schema-editor
-
Install dependencies:
npm install
To run the project locally:
- Start the backend and frontend concurrently:
npm start
This will launch the backend server on http://localhost:3000
and the frontend on http://localhost:5173
.
npm run dev
: Runs the Vite server in development mode.npm run build
: Builds the application for production.npm run preview
: Preview the production build locally.npm run start-backend
: Starts the backend server using Node.js.npm run start-frontend
: Starts the frontend development server.
Contributions are welcome! For major changes, please open an issue first to discuss what you would like to change.
This project is open-sourced under the GNU General Public License v3.0. See the LICENSE file for more details.
Stella Technologies specializes in technological innovations and software solutions. For more information or to inquire about custom features and enterprise solutions, visit StellaTechnologies.space.