Skip to content

michelmany/portfolio

Repository files navigation

Portfolio Project

This monorepo contains both the frontend and backend code for my portfolio website.

Structure

  • portfolio-frontend: Next.js frontend application
  • portfolio-backend: Node.js Express backend API

Getting Started

Prerequisites

  • Node.js (v16 or later)
  • npm or yarn
  • Docker and Docker Compose (for local development)

Development

  1. Clone this repository
  2. Run docker-compose up -d to start all services
  3. Access the frontend at http://localhost:3000
  4. The API is available at http://localhost:5000

License

MIT

Releases

No releases published

Packages

No packages published

Languages