This monorepo contains both the frontend and backend code for my portfolio website.
portfolio-frontend
: Next.js frontend applicationportfolio-backend
: Node.js Express backend API
- Node.js (v16 or later)
- npm or yarn
- Docker and Docker Compose (for local development)
- Clone this repository
- Run
docker-compose up -d
to start all services - Access the frontend at http://localhost:3000
- The API is available at http://localhost:5000