This is a simple portfolio project using Next.js and Bootstrap.
Note: This project is still under development and an official release will be coming soon. 🚧✨
Start the Docker containers:
docker-compose up -d
On this stage you should access already the application on the browser by the following URL: http://localhost:3000
docker-compose down
docker exec -it node-container bash
root@370c11910f26:/app#
root@370c11910f26:/app# node -v
Output:
v22.9.0
To finish or exit the docker exec session, you can simply type exit in the terminal where the session is running.
root@370c11910f26:/app# exit
docker ps
Or one specific container name:
docker ps --filter "name=node-container"
Create a .env.local
file in the root project (portfolio/
) with the following content:
NEXT_PUBLIC_API_URL=http://localhost:3000