delivery_system/README.md

19 lines
404 B
Markdown
Raw Normal View History

examples -
POST localhost:3000/resolve-address
{
"searchTerm": "38%20Upper%20Montagu%20Street%2C%20London%20W1H%201LJ%2C%20United%20Kingdom"
}
2023-04-24 23:22:46 +00:00
install pg MacOS -
Install Homebrew -
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
Install Postgres -
brew install postgresql
Start Postgres -
brew services start postgresql