GraphQL API built with apollo to support the school of engineering with student advising and academic planning
🧶 make sure to have yarn installed
: npm i -g yarn
install dependencies
: yarn
❗️ create a .env file from .env-sample template, dont forget to add YOUR info!
🎬 yarn start
: starts the server in DEV mode at specified HOST and PORT in .env file
🚀 yarn prod
: starts the server at specified HOST and PORT in .env file
