This application that provide an API for the consumer to search company information. The consumer can filter the results by any fields. Written in Django Rest Framework
- Python 3.4+
- Postgres 9.4.20+
- Works on Linux, Windows, Mac OSX, BSD
Install dependence
pip install -r requirements.txt
python -m pytest