Skip to content

A simple search engine on top of a dataset of objects which are described by some quantities.

License

Notifications You must be signed in to change notification settings

Uncensored-Developer/rentomatic

Repository files navigation

rentomatic

Create a simple search engine on top of a dataset of objects which are described by some quantities.

Usage

  • Set postgresql connection details in connection_data dictionary in rentomatic/rest/room.py
  • install the dependencies in requirements_dev.txt
  • run initial_pg_setup.py to setup the postgres database with the table and some data
  • to run the project "flask run"
  • open 'http://localhost:5000/rooms' to get a list of all the rooms
  • filters can be applied like '?filter_code__eq=xxxxxxxxx', '?filter_price__lt=67', '?filter_price__gt=67'.

Credits

This package was created with Cookiecutter and the audreyr/cookiecutter-pypackage project template.

About

A simple search engine on top of a dataset of objects which are described by some quantities.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages