Each department has a dedicated file for their respective sql queries in the database/ folder.
Make sure you source each file on the database/init.sql file.
This project assumes that you have mysql installed and on your PATH.
# install node dependencies
npm install
# run the frontend and the server
npm run devYou can also invoke
npm run formatto automatically format your code before making a PR.