-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add a few more methods and the notes for the first lab
Signed-off-by: Justin Pflueger <[email protected]>
- Loading branch information
Justin Pflueger
committed
Oct 17, 2023
1 parent
b0cdbd3
commit 5dcb826
Showing
2 changed files
with
35 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,14 @@ | ||
# Lab 1 - New App | ||
### Lab1 - My First Spin App | ||
|
||
TODO | ||
- Choose one of the following languages to complete this lab: Rust, Javascript, Typescript, Go, Python. | ||
- [ ] Use help functionality | ||
- [ ] Discover which templates are installed | ||
- [ ] Used template for preferred language to create a new app called lab1 | ||
- [ ] The base path should be “/” | ||
- [ ] The path for this component should be /api/… | ||
- [ ] Rename the component from lab1 to api | ||
- [ ] Modify the code to return “This is Lab 1” | ||
- [ ] Add a response header “lab” set to “1” | ||
- [ ] Run spin build | ||
- [ ] Run spin up and navigate to the provided URL to see it’s working locally | ||
- [ ] Run “check lab1” at the command line to validate your work |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters