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/er
npm install
npm run build:parser
npm test
npm run dev
Now you can open http://localhost:3000 and the web app should be up and running.
npm run test && npm run lint
npm run build:next
npm 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 -g
pm2 deploy pm2.config.js production setup
pm2 deploy pm2.config.js production