Touutae-lab/FastGraduation-API

Make a plan suggestion system for a particular student

Opened this issue · 0 comments

  • Receive the enrollment information from the database and analyse them, then save the suggestion result in the database. (The database schema for suggestions will be added later)

  • Make an API GET route that returns the suggestion result to the frontend. The response may be a JSON object that the web server can understand.

Make sure that