This repository is a monorepo containing various personal projects including a portfolio and a blog system.
The project is organized into the following directories:
apps/: Contains the main applications and APIs.angular-portfolio: The main portfolio website built with Angular.angular-blog: A blog frontend built with Angular (Work in Progress).blog-api: Backend API for the blog system (Work in Progress).portfolio-backend-hono: Backend API for the portfolio built with Hono.
docs/: Detailed documentation for each component of the monorepo.
- pnpm (v10.x recommended)
- Node.js
pnpm installTo run the angular-portfolio:
pnpm run dev:portfolio-backendFor more detailed information about each application and the repository structure, please refer to the docs/ folder: