«««< HEAD
Welcome to the repository for my personal portfolio website. This project showcases my skills, experience, and projects as a Full Stack Developer. It features a dynamic, interactive frontend and a robust backend for managing content.
Check out the live version of my portfolio here: 👉 View Portfolio Website
/admin) to manage projects and view messages.Frontend:
Backend:
To run this project locally, follow these steps:
git clone https://github.com/iiamihsan01-hue/My-Portfolio-Page.git
cd My-Portfolio-Page
npm install
.env file in the root directory and add:
MONGODB_URI=your_mongodb_connection_string
JWT_SECRET=your_jwt_secret_key
PORT=3000
# Run in development mode (with nodemon)
npm run dev
# Run in production mode
npm start
http://localhost:3000http://localhost:3000/admin├── public/ # Static assets (HTML, CSS, JS, Images)
├── models/ # MongoDB Schema Models (User, Project, Message)
├── server.js # Main Express server entry point
├── package.json # Project dependencies and scripts
└── .env # Environment variables (not committed)
This project is open source and available under the MIT License.
Created by Ihsan Najeeb =======
808040b1de21de9379cfb12f6e8f43bb7054d2ac