Dev-Hooman / personal-portfolio

Welcome to my portfolio! This project is built using Django and MySQL to showcase my skills, projects, experiences, and blog posts.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

personal-portfolio

My Portfolio

Welcome to my portfolio! This project is built using Django and MySQL to showcase my skills, projects, experiences, and blog posts.

image image image image

MYSQL DB

image

Technologies Used

  • Django: A high-level Python web framework that encourages rapid development and clean, pragmatic design.

  • MySQL: An open-source relational database management system used for storing and managing the portfolio data.

Getting Started

Follow these steps to get a copy of the project up and running on your local machine.

Prerequisites

Make sure you have the following installed:

  • Python
  • Django
  • MySQL

Installation

  1. Clone the repository:

    git clone https://github.com/Dev-Hooman/personal-portfolio.git
    
  2. Navigate to the project directory:

    cd your-portfolio
    
  3. Install dependencies:

    pip install -r requirements.txt
    
  4. Set up the MySQL database and update the settings.py file with the database configurations.

  5. Apply migrations:

    python manage.py migrate
    
  6. Run the development server:

    python manage.py runserver
    

Features

  • Showcase of projects
  • Skills and expertise display
  • Blog with user comments and replies
  • Contact information

License This project is licensed under the MIT License - see the LICENSE file for details.

About

Welcome to my portfolio! This project is built using Django and MySQL to showcase my skills, projects, experiences, and blog posts.


Languages

Language:JavaScript 35.0%Language:CSS 34.3%Language:HTML 20.1%Language:Python 10.6%Language:Procfile 0.0%