Refactoring LifeGPA App Part 1

Profile Picture
- Published on Oct 10, 2019馃審 Public

This app was originally built using Sqlite3. No frontend was was implemented, so it is basically just an API at the moment. I'm going to refactor this code to implement PostgreSQL so that data persists when deployed on Heroku, and will create a customized Material UI + styled-components frontend.

I will also add Firebase Auth for Google OAuth login.