This is a fun project implementing RESTful routing in express.js. Users have the option to authenticate, and save information to a database for future viewing, or use as a one time access tool, without saving any information.
User has the option to click calculate (which prompts them to login), or continue as a guest. Guest option disappears when authenticated.
Here the user, Poe, sees his classes, and can add them to the database.
After this is completed, there will be a redirect with the updated GPA.
Functionality of guest page is exactly the same, less the ability to save courses.
- Add Update and Destroy routes.
- I would really like to use a PDF parser / any file parser to extract data from files, and combine multiple transcripts for a single calculation.