An open API service indexing awesome lists of open source software.

https://github.com/mirzaianov/test-entities-canvas

Test Project
https://github.com/mirzaianov/test-entities-canvas

test-project

Last synced: about 1 year ago
JSON representation

Test Project

Awesome Lists containing this project

README

          

# The Entities Project

![MasterHead](https://www.dropbox.com/scl/fi/26mt1bajkivweu7izmijn/Screenshot.png?rlkey=fkxoyhypxdjee0o6kq0yexmff&raw=1)

## Description

A test project that renders a table of entities in `Canvas`

### Features

- A dataset visualization as a table using `Canvas`
- The list view of entities with the `Edit` & `Remove` buttons
- CRUD operations with entities
- A view of a single entity with an ability to change `Name`, `Coordinate` & `Labels`

### Dependencies

- Vite
- React + Redux + Tailwind + Konva
- JSON Server

### Installation

A start in the development mode:

npm create vite@latest
cd my-project
npm install

### Execution

npm run dev

Vite will start:

- frontend server on http://localhost:5173/
- backend server on http://localhost:5000/entities

! The production mode has not been tested.

## Authors

@mirzaianov

## Version History

- 1.0.0 First Release