alexac54767 / Alexa-Fastpage

MIT License
0 stars 1 forks source link

ALEXA (frontend) ISPE Fits Requirements #27

Open alexac54767 opened 1 year ago

alexac54767 commented 1 year ago

Independent Sport Physical Education (ISPE) page

Purpose

  • This page is intended to help ISPE students to stay organized and on top of their workouts to ensure they get the credits for the class
  • I have a form where the student inputs:
  • Name
  • Date of Completion
  • Number of Hours Completed
  • When they submit, their workout will appear in the table below, along with a corresponding grade.

Code

  • file "users.py" creates the database (including the classes for users and each table <- ISPE class for my feature)
  • file "user.py" creates the api that is the "connector" between frontend and backend

The use of the database fulfils most CPT project requirements

If needed: here is how my project fulfills CPT requirements: