Feat/remove user stories+update repo (#9)
* feat: remove .gitconfig * feat: remove hyperdev assets * feat: add .gitignore * feat: add sample.env * feat: remove user stories from readme * feat: update packages and add dotenv * fix: update server.js * fix: port variable * fix: remove user stories from index + add favicon * fix: replace tabs with spaces * fix: css spacing + remove unused css
This commit is contained in:
parent
5f42c6722c
commit
4457ffe0b1
10 changed files with 65 additions and 217 deletions
|
@ -1,24 +1,16 @@
|
|||
<!DOCTYPE html>
|
||||
|
||||
<html>
|
||||
|
||||
<head>
|
||||
<title>File Metadata</title>
|
||||
<link rel="shortcut icon" href="https://cdn.hyperdev.com/us-east-1%3A52a203ff-088b-420f-81be-45bf559d01b1%2Ffavicon.ico" type="image/x-icon"/>
|
||||
<link rel="shortcut icon" href="https://cdn.freecodecamp.org/universal/favicons/favicon-32x32.png" type="image/x-icon"/>
|
||||
<link href="https://fonts.googleapis.com/css?family=Roboto" rel="stylesheet" type="text/css">
|
||||
<link href="/public/style.css" rel="stylesheet" type="text/css">
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
<div class="container">
|
||||
<h2>API Project: File Metadata Microservice</h2>
|
||||
<h3>User Stories:</h3>
|
||||
<ol>
|
||||
<li>I can submit a form object that includes a file upload.</li>
|
||||
<li>The from file input field has the "name" attribute set to "upfile". We rely on this in testing.</li>
|
||||
<li>When I submit something, I will receive the file name, and size in bytes within the JSON response.</li>
|
||||
</ol>
|
||||
|
||||
<h3>Usage:</h3>
|
||||
<p>
|
||||
|
@ -39,6 +31,4 @@
|
|||
</p>
|
||||
</div>
|
||||
</body>
|
||||
|
||||
|
||||
</html>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue