Skip to content

Commit

Permalink
Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
Jessica Ng committed Oct 31, 2023
1 parent b38a2af commit d02f806
Show file tree
Hide file tree
Showing 12 changed files with 12 additions and 12 deletions.
8 changes: 4 additions & 4 deletions asset-manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"files": {
"main.css": "/static/css/main.982e87cf.css",
"main.js": "/static/js/main.3573690a.js",
"main.js": "/static/js/main.0a5bf60b.js",
"static/media/hw2.md": "/static/media/hw2.e5e1b67c13433dba9a61.md",
"static/media/hw6.md": "/static/media/hw6.91d9d85d54a9f0145ccc.md",
"static/media/hw3.md": "/static/media/hw3.e7fe2e6d12bd2aa82fa4.md",
Expand All @@ -10,18 +10,18 @@
"static/media/hw1.md": "/static/media/hw1.ada8fda450a924959140.md",
"static/media/hw7.md": "/static/media/hw7.262460d97b9912baa83f.md",
"static/media/hw5.md": "/static/media/hw5.69c9c560e2ae9582715e.md",
"static/media/fa23-hw8.md": "/static/media/fa23-hw8.32235507177bbca82511.md",
"static/media/fa23-hw8.md": "/static/media/fa23-hw8.df236a011d62544dcc19.md",
"static/media/hw9.md": "/static/media/hw9.2b38650321151fe30447.md",
"static/media/spec.md": "/static/media/spec.8cb67e18df948c264e3c.md",
"static/media/lab1.md": "/static/media/lab1.9481edd640b8fb24e51d.md",
"static/media/spec-final-project.md": "/static/media/spec-final-project.4545851ab9f7336836f2.md",
"static/media/lab2.md": "/static/media/lab2.d2b57759e405362ffd8f.md",
"index.html": "/index.html",
"main.982e87cf.css.map": "/static/css/main.982e87cf.css.map",
"main.3573690a.js.map": "/static/js/main.3573690a.js.map"
"main.0a5bf60b.js.map": "/static/js/main.0a5bf60b.js.map"
},
"entrypoints": [
"static/css/main.982e87cf.css",
"static/js/main.3573690a.js"
"static/js/main.0a5bf60b.js"
]
}
Binary file added assets/hw8/book-get.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/hw8/book-mongo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/hw8/book-post.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed assets/hw8/books-get.png
Binary file not shown.
Binary file removed assets/hw8/books-mongo.png
Binary file not shown.
Binary file removed assets/hw8/books-post.png
Binary file not shown.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<!doctype html><html lang="en"><head><meta charset="utf-8"/><link rel="icon" href="/favicon.ico"/><meta name="viewport" content="width=device-width,initial-scale=1"/><meta name="theme-color" content="#000000"/><meta name="description" content="Cubstart is a web/mobile development course for beginner developers. Whether you need project experiences to kickstart your resume, or if you have a desire to build but don’t know where to start, Cubstart is the course for you."/><link rel="apple-touch-icon" href="/favicon.ico"/><link rel="manifest" href="/manifest.json"/><title>Cubstart</title><script defer="defer" src="/static/js/main.3573690a.js"></script><link href="/static/css/main.982e87cf.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div></body></html>
<!doctype html><html lang="en"><head><meta charset="utf-8"/><link rel="icon" href="/favicon.ico"/><meta name="viewport" content="width=device-width,initial-scale=1"/><meta name="theme-color" content="#000000"/><meta name="description" content="Cubstart is a web/mobile development course for beginner developers. Whether you need project experiences to kickstart your resume, or if you have a desire to build but don’t know where to start, Cubstart is the course for you."/><link rel="apple-touch-icon" href="/favicon.ico"/><link rel="manifest" href="/manifest.json"/><title>Cubstart</title><script defer="defer" src="/static/js/main.0a5bf60b.js"></script><link href="/static/css/main.982e87cf.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div></body></html>
6 changes: 3 additions & 3 deletions static/js/main.3573690a.js → static/js/main.0a5bf60b.js

Large diffs are not rendered by default.

File renamed without changes.

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -125,9 +125,9 @@ _Run **node index.js** in the terminal._

Run **node index.js** and use Postman to test your API. Check your MongoDB collection to ensure that your POST requests are working.

<img src="/assets/hw8/books-post.png" style="width: 100%; padding: 20px 0;"/>
<img src="/assets/hw8/books-get.png" style="width: 100%; padding: 20px 0;"/>
<img src="/assets/hw8/books-mongo.png" style="width: 100%; padding: 20px 0;"/>
<img src="/assets/hw8/book-post.png" style="width: 100%; padding: 20px 0;"/>
<img src="/assets/hw8/book-get.png" style="width: 100%; padding: 20px 0;"/>
<img src="/assets/hw8/book-mongo.png" style="width: 100%; padding: 20px 0;"/>


Congrats, you are done! Hopefully you have a fully functional server!
Expand Down

0 comments on commit d02f806

Please sign in to comment.