Skip to content

indrazm/next15-boilerplate

Repository files navigation

Nextjs Boilerplate by indrazm

Setup Postgres

The database would use postgres. Here is how you can setup PostgreSQL with Docker

docker pull postgres
docker run --name next-postgres \
-p 5432:5432 \
-e POSTGRES_USER=postgres \
-e POSTGRES_PASSWORD=postgres \
-e POSTGRES_DB=postgres \
-d postgres

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published