Backend Starter Pack A simple starter kit for setting up a basic backend project Local Development Setup Postgres //installation: do this once brew update brew doctor brew install postgresql //at every startup brew services start postgresql