Ambar Mutha bcef08424c add comment explaining back-end challenges don't need a solution (#37111)
* add solution to a challenge

add solution to the challenge: add-a-description-to-your-package-json

* add comment to all backend challenges
The comment expllains that these challenges don't need a solution.
2019-10-24 13:38:13 +09:00

1.7 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://purple-paladin.glitch.me/. Working on this project will involve you writing your code on Glitch on our starter project. After completing this project you can copy your public glitch 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 Glitch using this link or clone this repository on GitHub! If you use Glitch, remember to save the link to your project somewhere safe!

Instructions

Tests

tests:
  - text: I can submit a FormData object that includes a file upload.
    testString: ''
  - text: 'When I submit something, I will receive the file size 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.
*/