주병호 | 이찬웅 | 정세훈 | 김바다 |
$ npx [email protected] install
$ pnpm install
// ./.env
DB_USER=postgres
DB_NAME=postgres
DB_PASSWORD=1q2w3e4r
$ docker compose --env-file .development.env up -d
$ pnpm postgres:local:up
$ pnpm migrate:up:dev
$ pnpm start:dev
To use Geo Queries in PostgreSQL, you need to install the PostGIS extension.
You can use the official PostGIS-enabled PostgreSQL image, which includes everything pre-installed: PostGIS
sudo apt-get install postgis postgresql-16-postgis
brew install postgis
PostGIS 설치 필요
Before running postgresql postGIS extension installed needed