Tom ae6cf5b724
fix: update instructions to be consistent (#39557)
* fix: update instructions to be consistent

* fix: change to use code tags instead of backticks
2020-09-11 19:03:18 -04:00

1.8 KiB

id, title, challengeType, isRequired, forumTopicId
id title challengeType isRequired forumTopicId
bd7158d8c443edefaeb5bd0f File Metadata Microservice 4 true 301506

Description

Build a full stack JavaScript app that is functionally similar to this: https://file-metadata.freecodecamp.repl.co/. Working on this project will involve you writing your code on Repl.it on our starter project. After completing this project you can copy your public Repl.it URL (to the homepage of your app) into this screen to test it! Optionally you may choose to write your project on another platform but it must be publicly visible for our testing. Start this project on Repl.it using this link or clone this repository on GitHub! If you use Repl.it, remember to save the link to your project somewhere safe!

Instructions

Tests

tests:
  - text: I can submit a form that includes a file upload.
    testString: ''
  - text: The form file input field has the <code>name</code> attribute set to <code>upfile</code>.
    testString: ''
  - text: When I submit something, I will receive the file <code>name</code>, <code>type</code>, and <code>size</code> in bytes within the JSON response.
    testString: ''

Challenge Seed

Solution

/**
  Backend challenges don't need solutions, 
  because they would need to be tested against a full working project. 
  Please check our contributing guidelines to learn more.
*/