* Improve arabic translation for the challenge descriptions in the APIs-Microservices projects * fix: updated to new Glitch link * fix: updated Glitch url * fix: updated Glitch url * fix: updated Glitch url * fix: updated Glitch url Co-authored-by: Randell Dawson <5313213+RandellDawson@users.noreply.github.com>
52 lines
2.0 KiB
Markdown
52 lines
2.0 KiB
Markdown
---
|
|
id: bd7158d8c443edefaeb5bd0f
|
|
title: File Metadata Microservice
|
|
localeTitle: الملف الفوقية ميكروسيرفيسي
|
|
challengeType: 4
|
|
isRequired: true
|
|
---
|
|
|
|
## Description
|
|
<section id='description'>
|
|
قم بإنشاء تطبيق جافا سكريبت كاملا يشبه وظيفيًا ما يلي: <a href='https://purple-paladin.glitch.me/' target='_blank'>https://purple-paladin.glitch.me/</a> .
|
|
سيتطلب عملك كتابة برنامجك على مشروعنا المبدأي في Glitch. بعد الانتهاء من هذا المشروع ، يمكنك نسخ عنوان URL الافتراضي الخاص بك (إلى الصفحة الرئيسية لتطبيقك) في هذه الشاشة لاختباره! يمكنك أيضا اختياريا كتابة مشروعك على نظام أساسي آخر ، ولكن يجب أن يكون مرئيًا بشكل عام لاختبارنا.
|
|
ابدأ هذا المشروع على Glitch باستخدام <a href='https://glitch.com/edit/#!/remix/clone-from-repo?REPO_URL=https://github.com/freeCodeCamp/boilerplate-project-filemetadata/' target='_blank'>هذا الرابط</a> أو استنساخ <a href='https://github.com/freeCodeCamp/boilerplate-project-filemetadata/'>هذا المشروع</a> على GitHub! إذا كنت تستخدم Glitch ، تذكر لحفظ الرابط لمشروعك في مكان آمن!
|
|
</section>
|
|
|
|
## Instructions
|
|
<section id='instructions'>
|
|
|
|
</section>
|
|
|
|
## Tests
|
|
<section id='tests'>
|
|
|
|
```yml
|
|
tests:
|
|
- text: يمكنني إرسال كائن FormData يتضمن تحميل ملف.
|
|
testString: ''
|
|
- text: "عند إرسال شيء ما ، سأتلقى حجم الملف بالبايت ضمن استجابة JSON"
|
|
testString: ''
|
|
|
|
```
|
|
|
|
</section>
|
|
|
|
## Challenge Seed
|
|
<section id='challengeSeed'>
|
|
|
|
</section>
|
|
|
|
## Solution
|
|
<section id='solution'>
|
|
|
|
```js
|
|
/**
|
|
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.
|
|
*/
|
|
```
|
|
|
|
</section>
|