An open API service indexing awesome lists of open source software.

https://github.com/metaory/meta-compose

Pagination Fullstack POC
https://github.com/metaory/meta-compose

challenge coding-challenge

Last synced: 2 months ago
JSON representation

Pagination Fullstack POC

Awesome Lists containing this project

README

        

## Meta Video Compose

## Requirements
- `docker compose`

## How to run
```
docker-compose up
```

#### client at
[localhost:3000](http://localhost:3000)

#### api at
[localhost](http://localhost)

[localhost/videos?page=1&per_page=1000&min_views=42&is_private=0](http://localhost/videos?page=1&per_page=1000&min_views=42&is_private=0)

#### database at
`localhost:3306`

for example;
```
curl --request GET \
--url 'http://localhost/videos?page=1&per_page=22&min_views=59&is_private=0' \
--header 'Content-Type: application/json' \
}'
```

## TODOs
- [x] client pagination
- [ ] search feature
- [ ] list sorting feature