- Create a project which displays and filters the information received by the Documents API via rest calls
- Create a project using
Angular
- Use the Documents API and display the information
- Create a filter to search a document by
name
- Describe in a
README.md
file how to run and test your service
- Filter by
category
Sort
by fields e.g.Name
,Type
,Size
,Deleted
Error Handling
e.g. Display message when the Documents API is not available- [...]
- Requires Docker
-
clone this repository
-
Create the docker image:
docker build -t europace/document-api .
-
Run the docker image:
docker run --rm -p 8080:8080 europace/document-api
-
Example request:
curl --location --request GET 'http://localhost:8080/v1/documents'