Image search engine in python.
Technologies:
Angular 5
Python 3
Postgresql 10
Enable Cube
CREATE EXTENSION cube;
Install POSTGIS
sudo apt-get install postgis sudo apt-get install postgis-gui
CREATE EXTENSION gist;
EXTRA Links
https://www.postgresql.org/docs/10/static/cube.html
https://fmdojo.wordpress.com/2017/03/03/install-pgadmin-4-on-ubuntu-16-04/