- This repo contains the frontend and backend code for https://mcgilltools.com/ in
client/
andserver/
dirs respectively. - Currently supports the 3,600+ users signed up.
- Reach out to me for a developer
.env
file. Place.env
file inserver/
. - 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
.