Welcome to my portfolio website! This project showcases my work, skills, and experiences through a minimalistic and modern design. It is built with Angular for the frontend and Express.js for the backend. This project served as a learning opportunity to experiment with new Angular features and to appreciate the lightweight nature of Express.js compared to Java Spring Boot.
Link to backend: https://github.com/michaelvbend/portfolio-backend
- Angular: For creating a dynamic and responsive UI.
- Express.js: A lightweight framework for handling API requests.
- Node.js: For the backend runtime environment.
- Node.js and npm installed on your machine.
- Angular CLI for building and running the frontend.
-
Clone the repository:
git clone https://github.com/michaelvbend/portfolio.git cd portfolio -
Run
ng servefor a dev server. Navigate tohttp://localhost:4200/. The application will automatically reload if you change any of the source files. -
Run
npm testto execute the unit tests.