Skip to content

Madhur6/portfolio

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Portfolio App

Overview

Welcome to the Portfolio App! This Django app serves as a portfolio showcase where users can explore projects, leave feedback, and learn more about my work.

Features

  • Project Showcase:

    • Display my projects with detailed information.
  • Contact Form:

    • Allow visitors to get in touch with me through a contact form.
  • Markdown Support:

    • Utilize Markdown to format project details easily.

Installation

  1. Clone the Repository:
    git clone https://github.com/your-username/your-repository.git
    
  2. Navigate to the Project Directory:
    cd your-repository
    
  3. Install Dependencies:
    pip install -r requirements.txt
    
  4. Run Migrations:
    python manage.py makemigrations network/app-name
    python manage.py migrate
    
  5. Run the Development Server:
    python manage.py runserver
    
  6. Access the App: Open your web browser and navigate to http://127.0.0.1:8000/.

Folder Structure

  • portfolio1/: Django app folder containing the main app logic.
  • templates/: HTML templates for the app's pages.
  • static/: Static files such as CSS styles.

License

This project is licensed under the MIT License.

About

This is my portfolio

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published