> For the complete documentation index, see [llms.txt](https://backend-course.cornellappdev.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://backend-course.cornellappdev.com/deprecated/final-project/final-project-winners.md).

# 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
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

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

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
