**Description** The application must have an endpoint that returns the recently added apps on the platform. **Acceptance criteria** - [ ] The application must have `/apps/recent` endpoint - [ ] This endpoint should return the list of the 10 most recently added applications. - [ ] The application will be ordered by `creationDate`. Newer to older.
Description
The application must have an endpoint that returns the recently added apps on the platform.
Acceptance criteria
/apps/recentendpointcreationDate. Newer to older.