Repo for McGill Tools This repo contains the frontend and backend code for https://mcgilltools.com/ in client/ and server/ dirs respectively. Currently supports the 3,600+ users signed up. Get Started Reach out to me for a developer .env file. Place .env file in server/. Run ./install.sh to install dependencies. Run the server by executing ./run_server (must have Redis running in the background). Run the client by executing ./run_client.