Fully RESTful API for creation of Entity Relationship Diagrams
To run the server, clone this repository and run the following commands in the root folder:
npm install
node server.js
This project requires npm and Node.js to be installed in your machine.
- Node.js - JavaScript runtime used
- [SQLite] (https://www.sqlite.org/index.html) - Database management package used
- Goncalo Bernardo - Project Author