Skip to content

My Portfolio: A showcase of my full-stack development expertise, featuring diverse projects and highlighting my skills in modern web and software technologies.

Notifications You must be signed in to change notification settings

AhmedRaisi/PersonalPortfolio

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

64 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Personal Portfolio Web Application

Overview

This repository contains the code for my personal portfolio web application. It showcases my full-stack development projects and highlights my skills in modern web and software technologies.

Running the Application with Docker Compose

Prerequisites

Steps to Run

  1. Clone the Repository Begin by cloning this repository to your local machine.

    git clone https://github.com/AhmedRaisi/PersonalPortfolio.git
    cd PersonalPortfolio
  2. Build the Docker Images Use Docker Compose to build the images for the frontend and backend services.

    docker-compose build
  3. Run the Application Once the build process is complete, you can start the application by running:

    docker-compose up

    This command will start all services defined in your docker-compose.yml file.

  4. Accessing the Application

    • The frontend can be accessed at http://localhost:3000.
    • The backend is available at http://localhost:5000.

Shutting Down

To stop and remove the containers, networks, and volumes created by up, you can use:

docker-compose down

Feedback and Contributions

Feel free to provide feedback or contribute to this project. Any contributions are welcome!

About

My Portfolio: A showcase of my full-stack development expertise, featuring diverse projects and highlighting my skills in modern web and software technologies.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published