Skip to content

Commit

Permalink
Finished README
Browse files Browse the repository at this point in the history
  • Loading branch information
AlbertSuarez committed Apr 23, 2019
1 parent 4865bee commit ea32fa2
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@
1. [Exercise 1: Your name](#exercise-1-your-name)
2. [Exercise 2: Calculator](#exercise-2-calculator)
3. [Exercise 3: Downloader](#exercise-3-downloader)
4. [Exercise 4: File Manager](#exercise-4-file-manager)
5. [Exercise 5: Disk space](#exercise-5-disk-space)
4. [Tools](#tools)

## Introduction
Expand Down Expand Up @@ -273,6 +275,14 @@ Create an endpoint that given two numbers and an operator (which could be `+`, `

Create an endpoint that downloads an image in the local machine given an URL. This endpoins must return if the request was successful or not.

#### Exercise 4: File manager

Create a bunch of endpoints that allows to create, retrieve, update and modify the content of a file given its name.

#### Exercise 5: Disk space

Create an endpoint that retrieves the following information of the filesystem `/` (root) of the local machine: `Total size`, `used size`, `available size` and `percentage of capacity`.

## Tools

### Postman
Expand Down

0 comments on commit ea32fa2

Please sign in to comment.