Adds a PostgreSQL connection with some helper functions in myrmeydb.js. You have to setup PostgreSQL on your local machine, create a db and run the sql located in setup/myrmeydb.sql in order to create the required tables. Once it's setup go to config.json and change those values to represent your setup. Once it's setup, on login, it will pull all manually added courses from completed_courses and store your grades in grades.
Adds a PostgreSQL connection with some helper functions in
myrmeydb.js
. You have to setup PostgreSQL on your local machine, create a db and run the sql located insetup/myrmeydb.sql
in order to create the required tables. Once it's setup go to config.json and change those values to represent your setup. Once it's setup, on login, it will pull all manually added courses from completed_courses and store your grades in grades.This resolves Issue #5