ERdoc is a markup language for creating Entity-Relationship models through text (ER documents). The Playground is a web-based tool to visualize ER documents as ER diagrams using common notations.
Get started with the syntax by reading the documentation.
To install the project locally follow this steps:
git clone https://github.com/matias-lg/ernpm installnpm run build:parsernpm testnpm run devNow you can open http://localhost:3000 and the web app should be up and running.
npm run test && npm run lintnpm run build:nextnpm run start
- Install Docker on your machine.
- Build the container:
docker build -t er-docker .. - Run the container:
docker run -p 3000:3000 er-docker.
First make sure to add your credentials in a .env file.
npm install pm2 -gpm2 deploy pm2.config.js production setuppm2 deploy pm2.config.js production