Quiz-Bowl-OSU-Capstone / Quiz-Bowl

The repository for Azure Functions that power the website's communication with the backend.
MIT License
0 stars 0 forks source link

Create working Add/Remove/List Questions functions. #6

Open ActuallyCloud opened 9 months ago

ActuallyCloud commented 9 months ago

Create an API that can perform basic CRUD operations, such as:

Remember that we're using Azure Functions for this part, so serverless code. Functions support six languages: C#, Java, JavaScript, TypeScript, PowerShell, and Python. Please use one of these languages while you develop the API. The overall plan at the end is to have the frontend trigger the Functions code to run, which will then access the database.

ActuallyCloud commented 8 months ago

I updated the title to represent the actual work being done. This issue reflects the creation of three working functions: add question, remove question, and list question.