Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(docs): update docs #1032

Merged
merged 1 commit into from
Oct 8, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions examples/quick-share.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@ platform:
- "sim"
language:
- "wing"
githubURL: "https://github.com/winglang/website-with-file-uploader"
githubURL: "https://github.com/winglang/quickshare-demo"
repoDirectory: "/"
coverImage: "/img/examples/quickshare.png"
coverImageInPage: true
resources:
- label: "Deploy your own version of this application"
href: "https://github.com/winglang/website-with-file-uploader"
href: "https://github.com/winglang/quickshare-demo"
authors:
- name: "David Boyne"
role: "Developer Advocate, Wing"
Expand All @@ -25,9 +25,9 @@ cloudResources:
- api
---

This demo application shows how you can write Wing applications with cloud primitives and custom abstractions into services, routes and listening to database changes.
This demo application ([source code](https://github.com/winglang/quickshare-demo)) shows how you can write Wing applications with cloud primitives and custom abstractions into services, routes and listening to database changes.

To use the application
To use the application:

- Make sure you have Wing installed and clone the repo.
- Run `wing it` in the `backend` project directory
Expand All @@ -43,4 +43,4 @@ This application consists of a collection of cloud primitives with Wing and wing
- [Cloud functions](https://www.winglang.io/docs/api/standard-library/cloud/function) - Compute to process API requests, queues and database changes.
- [Queues](https://www.winglang.io/docs/api/standard-library/cloud/queue) - To handle sending the email, configured DLQ on the queue
- [winglib DynamoDB](https://www.winglang.io/docs/winglibs/dynamodb) - Single table design to store friends and spaces into the database.
- [winglib email](https://www.winglang.io/docs/winglibs/email) - To send emails to friends.
- [winglib email](https://www.winglang.io/docs/winglibs/email) - To send emails to friends.