Skip to content

iromonek39/dev-template-next

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Getting Started

REF: 【Docker】初心者向け NestJS + Next.js の環境構築

REF: PostgreSQL と PgAdmin4 を Docker Compose で立ち上げる

REF: NestJS(Fastify) × TypeORM × PostgreSQL × Docker で環境構築

you can run below command for starting project.

setup

create container for frontend, backend, db, db-gui

docker compose up -d --build

For frontend

move to frontend directory

cd frontend

docker bash

docker compose run --rm frontend bash

start project

pnpm dev

down bash container

exit

For backend

move to frontend directory

cd backend

docker bash

docker compose run --rm backend bash

start project

pnpm start:dev

down bash container

exit

For DB GUI

access to http:localhost:8080 and you will see admin dashboard

Tip

If you are having trouble building an environment, please do the following...

docker system prune -a

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • TypeScript 89.7%
  • CSS 5.5%
  • JavaScript 3.8%
  • Dockerfile 1.0%