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
- Host: GitHub
- URL: https://github.com/metaory/meta-compose
- Owner: metaory
- License: mit
- Archived: true
- Created: 2022-05-07T05:30:44.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2022-05-10T13:06:36.000Z (about 3 years ago)
- Last Synced: 2024-11-03T05:30:22.328Z (7 months ago)
- Topics: challenge, coding-challenge
- Language: Vue
- Homepage: http://ec2-54-169-99-140.ap-southeast-1.compute.amazonaws.com:3000
- Size: 164 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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