EDDB stands for Educational Databases, and is a project for rapidly setting up databases for teaching and research.
# install the dependencies
npm install
# start the dev server on localhost:3000
npm run dev
# build the app for production
npm run build