flop
Filtering, ordering and pagination for Ecto
File Explorer
Download Latest Version (.zip)- bug_report.yml
- feature_request.md
- ci.yml
- CODEOWNERS
- config.exs
- dev.exs
- test.exs
- backend.cheatmd
- schema.cheatmd
- aggregates.md
- case_insensitive_sorting.md
- computed_and_embedded_fields.md
- conditional_joins.md
- cursor_pagination.md
- full_text_search.md
- or_filters.md
- partial_uuid_filter.md
- to_many_joins.md
- validation_errors.md
- dialect.ex
- operators.ex
- ecto.ex
- any.ex
- existing_atom.ex
- like.ex
- adapter.ex
- cursor.ex
- errors.ex
- field_info.ex
- filter.ex
- meta.ex
- misc.ex
- nimble_schemas.ex
- relay.ex
- schema.ex
- validation.ex
- flop.ex
- flop_test.exs
- all_test.exs
- migration.exs
- test_helper.exs
- all_test.exs
- migration.exs
- test_helper.exs
- all_test.exs
- migration.exs
- test_helper.exs
- dialect_test.exs
- any_test.exs
- existing_atom_test.exs
- cursor_test.exs
- errors_test.exs
- filter_test.exs
- meta_test.exs
- misc_test.exs
- option_levels_test.exs
- relay_test.exs
- schema_test.exs
- validation_test.exs
- flop_test.exs
- test_helper.exs
- custom_field_pet.ex
- distance.ex
- distance_type.ex
- factory.ex
- fruit.ex
- generators.ex
- owner.ex
- pet.ex
- test_util.ex
- vegetable.ex
- walking_distances.ex
- .credo.exs
- .dialyzer_ignore.exs
- .formatter.exs
- .gitignore
- .prettierignore
- CHANGELOG.md
- compose.yaml
- coveralls.json
- LICENSE
- mix.exs
- mix.lock
- README.md
- renovate.json
๐ Installation Guide
1. Get the code
git clone https://github.com/woylie/flop
Downloads the entire project code from GitHub to your computer.
cd flop
Moves into the project folder you just downloaded.
2. Docker
Easy RecommendedPrerequisites
- Git Needed to download the project code from GitHub.
- Docker Desktop Needed to build and run containers. Install it and keep it running in the background.
docker compose up
Builds and starts all defined containers (server, database, etc.) at once, in the background.
Run docker compose ps to check the containers are Up. If the README mentions a port, open http://localhost:PORT in your browser.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
