gitoni / blogdemo

PostgREST blog demo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

#PostgREST blog demo

vagrant up

after that try the folowing urls

http://localhost:8000/

The folowing ports are being forwarded

3000 - direct connection to PostgREST
8000 - nginx (proxies the frontend at "/" and postgrest at "/api" )
5433 - postgres db (admin/admin)
8080 - express serving the dev version of the frontend with hot code reloading using webpack

About

PostgREST blog demo


Languages

Language:PLpgSQL 44.3%Language:JavaScript 35.3%Language:Shell 18.9%Language:HTML 1.4%