# Final Project Award Winners

## Spring 2020

Congrats to everyone who finished their final projects! You guys made it! Everyone did an amazing job--it was honestly quite hard to choose the awards this semester. Now we'll announce the winners of the Spring 2020 Backend Awards!

### 1. Best Documentation

Congrats to **Helen Liang** and **Hilarie Sit** for creating documentation with Swagger API!! Props to making such an extensive backend--runner up for Best Application Design.

{% embed url="<https://github.com/HilarieSit/ClubManage-backend>" %}

### 2. Best Application Design

Congrats to **Allison Hsu** and **Ava Tan** for best application design! We received multiple Slack / Group messaging projects, but you guys did such an awesome job for extending your application with so many features!

{% embed url="<https://github.com/ava-tan/backend-sp20-final>" %}

### 3. Most Creative Application

Congrats to **Gonzalo Gonzalez-Pumariega** for creating such a unique backend with really extensive logic for a game application. Kudos to all of those intense game score calculations!

{% embed url="<https://github.com/chalo2000/artificial-invasion>" %}

### 4. Best Security

Congrats to **Haiying Weng** for making the only backend that integrated authorization with a token! We love a security conscious backend!!

{% embed url="<https://github.com/haiyingweng/sello>" %}

### 5. Best Overall Backend

Congrats to **Tewodros Mitiku** for creating such a cool and unique backend (with Swagger docs!) -- instructors Conner and Alanna tested out this Spotify and Sendgrid API integrated backend, and were pleasantly surprised to find an email in our inboxes that showed our commonly listened to songs!

{% embed url="<https://github.com/tedim52/Sync>" %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://backend-course.cornellappdev.com/deprecated/final-project/final-project-winners.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
