rubenmate / draw-entity-relation

A web application developed as my final project for the Computer Engineering Degree. It allows users to model entity-relationship diagrams and export them to SQL scripts after validation.
https://draw-entity-relation.vercel.app
0 stars 1 forks source link

feature: add entities to canvas #8

Closed rubenmate closed 3 months ago

rubenmate commented 3 months ago

This is a big PR since it was necessary to set it up to fallback to react scripts and going back to node version 16.16.0.

I want to set everything with vite and a newer version of node but right now I need to advance.