subzerocloud / postgrest-starter-kit

Starter Kit and tooling for authoring REST API backends with PostgREST
MIT License
744 stars 71 forks source link

Will this work without Docker #44

Closed NickEmpetvee closed 6 years ago

NickEmpetvee commented 6 years ago

I had many issues with Docker so I just put PostgreSQL and PostgREST on native windows for development. I've verified that I can make API calls with CURL so I'm set from that perspective.

This starter kit seems great and if there's a way for me to use it without Docker I'd like to, so please let me know if that's possible.

ruslantalpa commented 6 years ago

not sure how I missed this, sorry. The project structure/files here do not depend on docker (https://docs.subzero.cloud/production-infrastructure/ubuntu-server/) The need for docker here has two components:

I recently moved to windows from mac, what were your issues with docker?